blob: 2c09fb782837c4ee6ebb917cd6be242f6547f57a [file] [log] [blame]
# automatically handle text files
* text=auto
# text files
*.md text
*.txt text
# source code files
*.rs text
*.c text
# configuration files
*.yml text
*.toml text
# compressed files
*.gz binary
# no end-of-line normalization should take place for integration test text files
tests/*.txt -text