Merge pull request #236 from steveklabnik/master

add a .gitattributes to ensure proper line ending settings
This commit is contained in:
Mathieu David 2017-03-31 15:27:11 +02:00 committed by GitHub
commit 40f275bf21
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

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