diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0d7972b3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Autodetect text files +* text=auto + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf + +# Force images/fonts to be handled as binaries +*.jpg binary +*.jpeg binary +*.png binary