1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 16:28:24 -05:00

Merge pull request #12 from bbodenmiller/patch-2

make *.sln always text and use crlf line endings
This commit is contained in:
Alexander Karatarakis 2014-05-17 17:45:24 +03:00
commit 4228f049f7

View File

@ -4,7 +4,7 @@
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.sln text eol=crlf merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union