diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..383334aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto !eol + +# Scripts +*.bat text eol=crlf +*.sh text eol=lf