Changing the lines endings ONLY for .sh files.

This commit is contained in:
Sorin Sbarnea 2013-07-02 15:05:21 +01:00
parent c47f5e5a74
commit 25978c174d

7
.gitattributes vendored
View File

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