Skip to content

Commit c19b360

Browse files
committed
Restrict LF eol conversions to text files
1 parent 1bf1696 commit c19b360

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitattributes

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
* text eol=lf
1+
*.c text eol=lf
2+
*.h text eol=lf
3+
*.asm text eol=lf
4+
*.inc text eol=lf
5+
*.ini text eol=lf
6+
*.log text eol=lf
7+
*.bat text eol=lf
8+
*.txt text eol=lf
9+
*.md text eol=lf

0 commit comments

Comments
 (0)