diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5bb817f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Autodetect text files +* text=auto + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf