Forráskód Böngészése

Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
Rémi Verschelde 9 éve
szülő
commit
8b1c665087
1 módosított fájl, 3 hozzáadás és 0 törlés
  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