소스 검색

Correct C++ highlighting settings in .gitattributes

Cai Bingjun 2 년 전
부모
커밋
ade3bc9683
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .gitattributes

+ 2 - 2
.gitattributes

@@ -1,6 +1,6 @@
 # Properly detect languages on Github
-*.h linguist-language=cpp
-*.inc linguist-language=cpp
+*.h linguist-language=C++
+*.inc linguist-language=C++
 thirdparty/* linguist-vendored
 
 # Normalize EOL for all files that Git considers text files