| # 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 |