mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
Add F# and tweak C# (#128)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
27ab17bf9c
commit
dcf1bcdba9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*~
|
*~
|
||||||
|
.vscode
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
* text=auto
|
||||||
* text=auto
|
|
||||||
|
|
||||||
*.cs text diff=csharp
|
*.cs text diff=csharp
|
||||||
|
*.cshtml text diff=html
|
||||||
|
*.csx text diff=csharp
|
||||||
|
*.sln text eol=crlf merge=union
|
||||||
|
*.csproj text merge=union
|
||||||
|
7
FSharp.gitattributes
Normal file
7
FSharp.gitattributes
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user