properly detect .h as a C++ header file

This commit is contained in:
Arvid Gerstmann 2016-05-30 18:30:36 +02:00
parent f232782966
commit 18484eb6c7

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