diff --git a/go-services/.gitattributes b/go-services/.gitattributes new file mode 100644 index 00000000..b81224e3 --- /dev/null +++ b/go-services/.gitattributes @@ -0,0 +1,9 @@ +# Go services run on Linux; keep LF in the working tree on all platforms. +* text=auto eol=lf +*.go text eol=lf +*.mod text eol=lf +*.sum text eol=lf +*.py text eol=lf +*.yml text eol=lf +*.conf text eol=lf +Dockerfile text eol=lf