Prevent archiver from replacing newlines

This commit is contained in:
Travis Parks 2013-07-16 20:08:00 -04:00
parent a16381a9d3
commit 4a00204bda
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -1,6 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto
*.cs eof=crlf
*.cs eol=crlf
# Custom for Visual Studio
*.cs diff=csharp