Skip to content

Commit 41bb212

Browse files
committed
.gitattributes: Resharper .DotSettings files should use LF line ending.
Resharper doesn't care when reading, but always writes the file with LF line endings only. Tell git about this to avoid oversized diffs.
1 parent d1c7e3f commit 41bb212

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.gitattributes

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,12 @@
1818
*.fsproj text merge=union
1919
*.dbproj text merge=union
2020

21+
# Resharper DotSettings files are in Unix format
22+
*.DotSettings text eol=lf
2123

2224
# Binary files
2325
*.png binary
2426
*.jpg binary
2527
*.dll binary
2628
*.exe binary
2729

28-
29-
30-
31-
32-
33-
34-
35-

0 commit comments

Comments
 (0)