Skip to content

Commit fc20456

Browse files
committed
Disable crlf convertion for C files
1 parent dd6270d commit fc20456

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
@@ -3,9 +3,9 @@
33

44
# Explicitly declare text files we want to always be normalized and converted
55
# to native line endings on checkout.
6-
*.c -crlf
7-
*.h -crlf
8-
*.cpp -crlf
6+
*.c text
7+
*.h text
8+
*.cpp text
99

1010
# Declare files that will always have CRLF line endings on checkout.
1111
*.sln text eol=crlf

0 commit comments

Comments
 (0)