From 98274c175143608398b0d86b13ba5f1e5c7d3bbd 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