1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Do not use merge=union for C# projects, F# projects, and VS solutions

As per #21, `merge=union` can cause potential troubles.
This commit is contained in:
Sergey Volkov 2022-07-07 21:31:21 +03:00
parent 42a4442155
commit ecf304efaa
2 changed files with 4 additions and 4 deletions

View File

@ -4,5 +4,5 @@
*.cs text diff=csharp
*.cshtml text diff=html
*.csx text diff=csharp
*.sln text eol=crlf merge=union
*.csproj text merge=union
*.sln text eol=crlf
*.csproj text eol=crlf

View File

@ -3,5 +3,5 @@
*.fs text diff=fsharp
*.fsx text diff=fsharp
*.sln text eol=crlf merge=union
*.fsproj text merge=union
*.sln text eol=crlf
*.fsproj text eol=crlf