diff --git a/.gitattributes b/.gitattributes index 47ba2b45bb0..f2cf6ab63a7 100644 --- a/.gitattributes +++ b/.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