9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
|
# 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
|