From ec6c7e98b0c5ccd4179c049e8286df201300fdca Mon Sep 17 00:00:00 2001 From: Krzysztof Strehlau Date: Tue, 11 Jun 2024 17:07:07 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7837dbd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.h linguist-language=C++ +*.cpp linguist-language=C++