1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/CSharp.gitattributes
Houston Haynes dcf1bcdba9
Add F# and tweak C# (#128)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-03-10 19:41:29 +13:00

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