Add Git Attribute trying to fix language displaying problem

pull/11/head
Kirigaya Kazuto 2017-07-03 07:45:06 +08:00
parent 11d45b4bfd
commit 977721b226
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
*.c linguist-language=C++
*.cpp linguist-language=C++
*.h linguist-language=C++
*.hpp linguist-language=C++