1 | # Set the default behavior, in case people don't have core.autocrlf set.
|
2 | * text eol=lf
|
3 |
|
4 | # Explicitly declare text files you want to always be normalized and converted
|
5 | # to native line endings on checkout.
|
6 | *.js text
|
7 | *.md text
|
8 | *.json text
|
9 |
|
10 | # Denote all files that are truly binary and should not be modified.
|
11 | *.png binary
|
12 | *.jpg binary
|