Просмотр исходного кода

Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
Rémi Verschelde 9 лет назад
Родитель
Сommit
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