From 2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 29 Jul 2022 08:46:45 -0400 Subject: chore: Add .gitattributes to force *.go to LF (#4919) * chore: Add .gitattributes to force *.go to LF * What if I remove this flag --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0717e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.go text eol=lf \ No newline at end of file -- cgit v1.2.3