Forced CRLF for *.manifest in gitattributes

This commit is contained in:
Vhati 2013-11-28 23:24:46 -05:00
parent dc8b943e49
commit 6259d32ac7

1
.gitattributes vendored
View file

@ -12,6 +12,7 @@
# These will always have CRLF line endings
*.bat text eol=crlf
*.ini text eol=crlf
*.manifest text eol=crlf
# Custom for Visual Studio
*.cs diff=csharp