Merge pull request #4921 from Leandros/master

Properly detect .h as a C++ header file
This commit is contained in:
Rémi Verschelde 2016-05-30 18:33:45 +02:00
commit 8b1c665087

3
.gitattributes vendored
View file

@ -1,3 +1,6 @@
# Properly detect languages on Github
*.h linguist-language=cpp
*.cpp eol=lf
*.h eol=lf
*.py eol=lf