diff --git a/.gitattributes b/.gitattributes index 8c42d7d95e32f9ad5fbbfeadb15bebb1dc87b512..16b486a88261c6699751c5c44fc6283019d8faa3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,10 @@ # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.rs text + +# Normalize example TMX & TSX file line endings for consistent tests among all platforms. *.tmx text eol=crlf +*.tsx text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary