Skip to content

Commit 6dccd37

Browse files
committed
Set Git attributes for source files to keep CR/LF line endings.
1 parent 1e3c3c5 commit 6dccd37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.txt text
2-
*.h text
3-
*.c text
4-
*.rb text
2+
*.h text eol=crlf
3+
*.c text eol=crlf
4+
*.rb text eol=crlf
55
*.yml text
66
*.vcproj text eol=crlf
77
*.sh text eol=lf

0 commit comments

Comments
 (0)