diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..807d5dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Set CRLF for Windows specific script files +*.bat text eol=crlf +*.cmd text eol=crlf +*.txt text eol=crlf + +# Set LF for Linux specific script files +*.sh text eol=lf +*.bash text eol=lf + +# All other files on Auto +* text=auto