Explorar o código

Update .gitattributes to encompass all text files

Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
0acdeb2e12
Modificáronse 1 ficheiros con 2 adicións e 8 borrados
  1. 2 8
      .gitattributes

+ 2 - 8
.gitattributes

@@ -1,12 +1,6 @@
 # Properly detect languages on Github
 *.h linguist-language=cpp
 *.inc linguist-language=cpp
-drivers/* linguist-vendored
+thirdparty/* linguist-vendored
 
-*.cpp eol=lf
-*.mm eol=lf
-*.h eol=lf
-*.py eol=lf
-*.hpp eol=lf
-*.xml eol=lf
-*.natvis eol=lf
+* text=auto eol=lf