Skip to content
Snippets Groups Projects
.gitattributes 439 B
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# 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
*.jpg binary