From 7934433100c1b3dcfa320a595ae93b88ea2c4ae9 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Thu, 11 Mar 2021 16:44:31 +0400 Subject: [PATCH] Make GitHub treat header files as C++. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8fec13a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ + +# Make sure github recognizes header files as C++, not C. +*.h linguist-language=C++