From 6dea5966800afab3c2caebdaf0555ca818d95af1 Mon Sep 17 00:00:00 2001 From: mikeee Date: Thu, 19 Oct 2023 09:08:47 +0100 Subject: [PATCH] fix: convert line endings to LF on checkout Signed-off-by: mikeee --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a0717e4b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.go text eol=lf \ No newline at end of file