auto merge of #9371 : thestinger/rust/text, r=pnkfelix

We force the usage of LF line endings, but *only* in text files.
This commit is contained in:
bors 2013-09-20 16:11:04 -07:00
commit c29e76b2a3

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