1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/FSharp.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

8 lines
197 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
*.fs text diff=fsharp
*.fsx text diff=fsharp
*.sln text eol=crlf merge=union
*.fsproj text merge=union