Skip to content
Snippets Groups Projects
Commit 1ae3ac7b authored by alexdevteam's avatar alexdevteam
Browse files

Normalize tsx line endings, add explanation

parent 312c8eb7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment