From 18484eb6c778c318e824882f2bec829ef1fe3582 Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Mon, 30 May 2016 18:30:36 +0200 Subject: [PATCH] properly detect .h as a C++ header file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index f1e99ee8ca..11c6766da9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +# Properly detect languages on Github +*.h linguist-language=cpp + *.cpp eol=lf *.h eol=lf *.py eol=lf