diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..08a8fa6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Prevent Windows systems from cloning this repository with "\r\n" line endings +core.autocrlf=false + +# Convert all files to use "\n" line endings +* text=auto eol=lf