Skip to content

Commit 225414b

Browse files
committed
- enforce eol to crlf
1 parent f50de44 commit 225414b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
*.png binary
1414
*.gif binary
1515

16-
*.cs text=auto diff=csharp
17-
*.vb text=auto
18-
*.c text=auto
16+
*.cs text eol=crlf diff=csharp
17+
*.vb text eol=crlf
18+
*.c text eol=crlf
1919
*.cpp text=auto
2020
*.cxx text=auto
2121
*.h text=auto

0 commit comments

Comments
 (0)