Skip to content

Commit bf66073

Browse files
committedApr 22, 2022
Refine .gitattributes for text based files
1 parent 7dc53d8 commit bf66073

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎.gitattributes

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
*.cpp text
2-
*.c text
3-
*.h text
1+
*.cpp text diff=cpp
2+
*.c text diff=cpp
3+
*.h text diff=cpp
44
*.y text
55
*.tex text
66
*.shtml text
77
*.html text
88
*.css text
99
*.inc text
10-
test.desc text
10+
*.desc text
11+
*.md text
1112
Makefile text

0 commit comments

Comments
 (0)