You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Correct C++ highlighting settings in .gitattributes
This commit is contained in:
committed by
Rémi Verschelde
parent
a2f097d603
commit
ade3bc9683
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -1,6 +1,6 @@
|
||||
# Properly detect languages on Github
|
||||
*.h linguist-language=cpp
|
||||
*.inc linguist-language=cpp
|
||||
*.h linguist-language=C++
|
||||
*.inc linguist-language=C++
|
||||
thirdparty/* linguist-vendored
|
||||
|
||||
# Normalize EOL for all files that Git considers text files
|
||||
|
||||
Reference in New Issue
Block a user