Explorar el Código

Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
Rémi Verschelde hace 9 años
padre
commit
8b1c665087
Se han modificado 1 ficheros con 3 adiciones y 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