Changed .gitattributes so it will keep newlines the same regardless of the platform.

This commit is contained in:
Sorin Sbarnea 2013-07-02 13:35:09 +01:00
parent dc84e81662
commit c47f5e5a74

4
.gitattributes vendored
View File

@ -1,3 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto
* text eol=crlf
*.cs text eol=crlf
*.resx text eol=crlf
*.sh text eol=lf