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:
parent
42a4442155
commit
ecf304efaa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user