Skip to content

Instantly share code, notes, and snippets.

@vzarytovskii
Created August 21, 2017 09:22
Show Gist options
  • Save vzarytovskii/20a99b9abac925b70cf527d5bd1f0438 to your computer and use it in GitHub Desktop.
Save vzarytovskii/20a99b9abac925b70cf527d5bd1f0438 to your computer and use it in GitHub Desktop.
.gitattributes for VS projects
*.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