Explorar o código

Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
Rémi Verschelde %!s(int64=9) %!d(string=hai) anos
pai
achega
8b1c665087
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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