diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b35a3f6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +*.sp text eol=native +*.inc text eol=native + +*.txt text eol=crlf +*.cfg text eol=crlf + +*.sh text eol=lf +*.bat text eol=crlf + +Makefile text eol=lf