21 lines
299 B
Plaintext
21 lines
299 B
Plaintext
# 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
|