diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..8b11ef3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf + +* text=auto eol=lf + +*.bat text eol=crlf +*.nsi text eol=crlf \ No newline at end of file