Created
August 21, 2017 09:22
-
-
Save vzarytovskii/20a99b9abac925b70cf527d5bd1f0438 to your computer and use it in GitHub Desktop.
.gitattributes for VS projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.cs diff=csharp | |
*.csproj merge=union | |
*.sln merge=union | |
* text=auto | |
*.txt text | |
*.md text | |
*.fsi text eol=crlf | |
*.fs text eol=crlf | |
*.cs text eol=crlf | |
*.sln text eol=crlf | |
*.csproj text eol=crlf | |
*.vbproj text eol=crlf | |
*.vcxproj text eol=crlf | |
*.vcproj text eol=crlf | |
*.dbproj text eol=crlf | |
*.fsproj text eol=crlf | |
*.lsproj text eol=crlf | |
*.wixproj text eol=crlf | |
*.modelproj text eol=crlf | |
*.sqlproj text eol=crlf | |
*.wmaproj text eol=crlf | |
*.xproj text eol=crlf | |
*.props text eol=crlf | |
*.filters text eol=crlf | |
*.vcxitems text eol=crlf | |
.gitattributes text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment