소스 검색

Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
Rémi Verschelde 9 년 전
부모
커밋
8b1c665087
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

@@ -1,3 +1,6 @@
+# Properly detect languages on Github
+*.h linguist-language=cpp
+
 *.cpp eol=lf
 *.h eol=lf
 *.py eol=lf