From 48b938c43fd285158ae6361f4f713be703af3fb5 Mon Sep 17 00:00:00 2001 From: ThirteenAG Date: Tue, 26 Dec 2023 22:01:50 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe07704..87bd5191 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +*.ixx linguist-language=C++ +*.hxx linguist-language=C++ + # Auto detect text files and perform LF normalization * text=auto