summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 764a4428dc873bfa4bfef1ba5f87f687eeef4ac7 (plain)
1
2
3
4
5
6
7
8
# Normalize CRLF to LF for all text files
* text=auto

# Declare binary file types so they won't be normalized
*.png binary
*.jpg binary
tests/**/*.http binary
tests/res/test.txt binary