From 2cf62e7950e4aae2c3d80cb9d61ecfa41807dafe Mon Sep 17 00:00:00 2001 From: Pascal Beckstein Date: Wed, 6 Jul 2016 00:09:21 +0200 Subject: [PATCH] Add .gitattributes for custom gitlab language highlighting --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..35b705f3a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ + +*.H gitlab-language=cpp +*.C gitlab-language=cpp \ No newline at end of file