From 99145f3bd648ed5d70b33e2b2fd77f85ba2d8c4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 25 Apr 2018 11:24:37 +0200 Subject: [PATCH] Treat *.h files as C++. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4d2be6b0..db0a9698 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Make the GitHub language stats bar prettier doc/* linguist-documentation css/*.compiled.css linguist-generated +*.h linguist-language=C++ -- 2.30.2