mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -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
|
*.cs text diff=csharp
|
||||||
*.cshtml text diff=html
|
*.cshtml text diff=html
|
||||||
*.csx text diff=csharp
|
*.csx text diff=csharp
|
||||||
*.sln text eol=crlf merge=union
|
*.sln text eol=crlf
|
||||||
*.csproj text merge=union
|
*.csproj text eol=crlf
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
*.fs text diff=fsharp
|
*.fs text diff=fsharp
|
||||||
*.fsx text diff=fsharp
|
*.fsx text diff=fsharp
|
||||||
*.sln text eol=crlf merge=union
|
*.sln text eol=crlf
|
||||||
*.fsproj text merge=union
|
*.fsproj text eol=crlf
|
||||||
|
Loading…
Reference in New Issue
Block a user