diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..71b98e54 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Line endings: always LF, never CRLF, on every platform and clone. +* text=auto eol=lf + +# Binary files must never be line-ending normalized. +*.png binary +*.ttf binary