Skip to content

Commit

Permalink
restore auto-detection of text files
Browse files Browse the repository at this point in the history
We force the usage of LF line endings, but *only* in text files.
  • Loading branch information
thestinger committed Sep 19, 2013
1 parent 85c0fb7 commit 9e3258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e3258e

Please sign in to comment.