diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d97134096 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Declare files that will always have CRLF line endings on checkout. +*.sh text eol=lf +*.py text eol=lf +Makefile text eol=lf \ No newline at end of file