mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
ecf304efaa
As per #21, `merge=union` can cause potential troubles.
9 lines
208 B
Plaintext
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
|