diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cd2af3a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# set line endings for go files. Mostly needed for golang-ci +*.go text eol=lf +