From 03d58ccd262867df66c70bb91ac3dbed4ce77add Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Sun, 21 Jul 2024 18:43:57 +0200 Subject: [PATCH] add .gitattributes to enable syntax coloration on module files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..b29e9535225 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mpp linguist-language=C++ +*.cppm linguist-language=C++ +*.ixx linguist-language=C++