Skip to content

Commit 64bedb0

Browse files
authored
Merge pull request #802 from nojaf/lf-git-attributes
Always use lf for F# files.
2 parents 55253a4 + fc5bd1d commit 64bedb0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@
1919
*.pdf diff=astextplain
2020
*.PDF diff=astextplain
2121
*.rtf diff=astextplain
22-
*.RTF diff=astextplain
22+
*.RTF diff=astextplain
23+
24+
# Always use lf for F# files
25+
*.fs text eol=lf
26+
*.fsx text eol=lf
27+
*.fsi text eol=lf

0 commit comments

Comments
 (0)