mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Merge pull request #65899 from C-BJ/patch-1
Correct C++ highlighting settings in `.gitattributes`
This commit is contained in:
commit
1068649e02
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
|
||||
|
Loading…
Reference in New Issue
Block a user