From 3abf47f175c1cb51042fa6a34837310a675e62d1 Mon Sep 17 00:00:00 2001 From: Uwila Date: Fri, 20 Mar 2020 20:56:17 +0100 Subject: [PATCH] Make Github recognize header language as C (#127) Without this a lot of `*.h` files are marked as being C++ or Objective-C, even though all of it is C. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..15a5c58 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.h linguist-language=C