From d1520baa6192190bb437d36867faf7f5e8c2d463 Mon Sep 17 00:00:00 2001 From: szdytom Date: Sat, 10 Feb 2024 14:19:51 +0800 Subject: [PATCH] tell git that .h is C++ code --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..62b6800 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.h linguist-language=C++ \ No newline at end of file