Skip to content

Commit 0acdeb2

Browse files
committed
Update .gitattributes to encompass all text files
1 parent e2375f4 commit 0acdeb2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.gitattributes

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Properly detect languages on Github
22
*.h linguist-language=cpp
33
*.inc linguist-language=cpp
4-
drivers/* linguist-vendored
4+
thirdparty/* linguist-vendored
55

6-
*.cpp eol=lf
7-
*.mm eol=lf
8-
*.h eol=lf
9-
*.py eol=lf
10-
*.hpp eol=lf
11-
*.xml eol=lf
12-
*.natvis eol=lf
6+
* text=auto eol=lf

0 commit comments

Comments
 (0)