From e1e747969b3dffddeb59d2b69c4464cbe79741c8 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 6 Jan 2024 14:41:24 +0300 Subject: [PATCH] Add .gitattributes so linguist would detect languages correctly --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e13ad25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md +*.h linguist-language=C++