diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0866d6e1c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.cpp text +*.h text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf +*.aas_player eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.tga binary