From 977721b226bcae34fd6afc268a240bd5773639e7 Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Mon, 3 Jul 2017 07:45:06 +0800 Subject: [PATCH] Add Git Attribute trying to fix language displaying problem --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e709388 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.c linguist-language=C++ +*.cpp linguist-language=C++ +*.h linguist-language=C++ +*.hpp linguist-language=C++