Correct C++ highlighting settings in .gitattributes

This commit is contained in:
Cai Bingjun 2022-09-16 20:44:21 +08:00 committed by Rémi Verschelde
parent a2f097d603
commit ade3bc9683
No known key found for this signature in database
GPG Key ID: C3336907360768E1

4
.gitattributes vendored
View File

@ -1,6 +1,6 @@
# Properly detect languages on Github # Properly detect languages on Github
*.h linguist-language=cpp *.h linguist-language=C++
*.inc linguist-language=cpp *.inc linguist-language=C++
thirdparty/* linguist-vendored thirdparty/* linguist-vendored
# Normalize EOL for all files that Git considers text files # Normalize EOL for all files that Git considers text files