From 3cbb6683d60aefd538b3f31798e3168de586860e Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Tue, 8 Feb 2022 21:05:46 -0600 Subject: [PATCH] (MAINT) Add gitattributes for go --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7f89f71..e9ac680 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,10 @@ ## This will handle all files NOT defined below. * text=auto +# Go files +go.mod text eol=lf +go.sum text eol=lf + # Source code *.bash text eol=lf *.bat text eol=crlf