Przeglądaj źródła

Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
Rémi Verschelde 9 lat temu
rodzic
commit
8b1c665087
1 zmienionych plików z 3 dodań i 0 usunięć
  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