1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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