restore auto-detection of text files

We force the usage of LF line endings, but *only* in text files.
This commit is contained in:
Daniel Micay 2013-09-19 19:06:05 -04:00
parent 85c0fb7b8a
commit 9e3258e51f
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -1,6 +1,6 @@
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
* text eol=lf
* text=auto eol=lf
*.cpp rust
*.h rust
*.rs rust