mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
properly detect .h as a C++ header file
This commit is contained in:
parent
f232782966
commit
18484eb6c7
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,3 +1,6 @@
|
||||
# Properly detect languages on Github
|
||||
*.h linguist-language=cpp
|
||||
|
||||
*.cpp eol=lf
|
||||
*.h eol=lf
|
||||
*.py eol=lf
|
||||
|
Loading…
Reference in New Issue
Block a user