mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
dcf1bcdba9
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
9 lines
223 B
Plaintext
9 lines
223 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 merge=union
|
|
*.csproj text merge=union
|