diff options
author | Cai Bingjun <1945458160@qq.com> | 2022-09-16 20:44:21 +0800 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-27 23:24:30 +0200 |
commit | ade3bc9683a8fbd0a017368ca3f75c18ca3bbe2b (patch) | |
tree | 19a70d7bccb490cbb82a6be160fbb4b560da65c1 /.gitattributes | |
parent | a2f097d603540b63f5ab7fe5331b4ac8690ed7c2 (diff) | |
download | redot-engine-ade3bc9683a8fbd0a017368ca3f75c18ca3bbe2b.tar.gz |
Correct C++ highlighting settings in .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 5af3e121a8..30d1acb497 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |