From 41b3dc97f189d52b078072b7a446ab88b6113ae6 Mon Sep 17 00:00:00 2001 From: Leon K Date: Wed, 12 Jul 2023 22:14:06 +0200 Subject: [PATCH] fix linguist detection --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 46176db..b1c4771 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.cpp linguist-language=C++ -*.h linguist-language=C++ \ No newline at end of file +*.cpp linguist-language=cpp +*.h linguist-language=cpp \ No newline at end of file