1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
gitattributes/CSharp.gitattributes
Sergey Volkov ecf304efaa Do not use merge=union for C# projects, F# projects, and VS solutions
As per #21, `merge=union` can cause potential troubles.
2022-07-07 21:39:09 +03:00

9 lines
208 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
*.cs text diff=csharp
*.cshtml text diff=html
*.csx text diff=csharp
*.sln text eol=crlf
*.csproj text eol=crlf