From 4e91c7dbf2a5d8a882be31d51e602a15fbe56599 Mon Sep 17 00:00:00 2001 From: Ben Mintz Date: Sun, 28 Oct 2018 22:43:51 -0500 Subject: [PATCH] .gitattributes: make sure *.h *.c are detected as C --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f0b4f05 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c linguist-language=C +*.h linguist-language=C