diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1a5b760ec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Text files have auto line endings +* text=auto + +# Go source files always have LF line endings +*.go text eol=lf