From 0acdeb2e12b6c4df1820f4d21b7a4cc6107ff96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 22 May 2019 09:10:47 +0200 Subject: [PATCH] Update .gitattributes to encompass all text files --- .gitattributes | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index 47ba2b45bb09..f2cf6ab63a7f 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