From ade3bc9683a8fbd0a017368ca3f75c18ca3bbe2b Mon Sep 17 00:00:00 2001 From: Cai Bingjun <1945458160@qq.com> Date: Fri, 16 Sep 2022 20:44:21 +0800 Subject: [PATCH] Correct C++ highlighting settings in .gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5af3e121a8c..30d1acb4973 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