From 71e0768e08ffe88be1ae0b8d1580df3ef3e0c059 Mon Sep 17 00:00:00 2001 From: George Zhao Date: Mon, 8 Jul 2019 16:51:41 +0800 Subject: [PATCH] make all *.h linguist-language as C file #10442 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000000..15a5c58091 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.h linguist-language=C