From 0e0f5ad630f805664e2be9d96e64d8f75c4411e2 Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Sun, 20 Nov 2016 18:25:52 -0600 Subject: Mark .h files as C instead of C++ --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7c8d2699d..0cff4c01e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,5 @@ Makefile text eol=lf *.png binary *.bin binary + +*.h linguist-language=C -- cgit v1.2.3