瀏覽代碼

Update .gitattributes to encompass all text files

Rémi Verschelde 6 年之前
父節點
當前提交
0acdeb2e12
共有 1 個文件被更改,包括 2 次插入8 次删除
  1. 2 8
      .gitattributes

+ 2 - 8
.gitattributes

@@ -1,12 +1,6 @@
 # Properly detect languages on Github
 # Properly detect languages on Github
 *.h linguist-language=cpp
 *.h linguist-language=cpp
 *.inc 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