This commit is contained in:
John Kerl 2017-03-05 14:34:34 -05:00
parent c90bf9c461
commit d4ff7ef9e8
2 changed files with 17 additions and 2 deletions

17
.gitattributes vendored
View file

@ -1,2 +1,15 @@
# Autodetect text files and perform LF normalization
* binary
# Autodetect text files and perform LF normalization
.gitattributes text eol=lf
setup text eol=lf
out text eol=lf
*.txt text eol=lf
*.c text eol=lf
*.h text eol=lf
*.csv text eol=lf
*.tsv text eol=lf
*.dat text eol=lf
*.pprint text eol=lf
*.nidx text eol=lf
*.dkvp text eol=lf
*.json text eol=lf
*.html text eol=lf