From eb7a060d9c1b72191890bcd629b4a31ace083dc9 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 1 May 2022 06:05:29 +0000 Subject: [PATCH] gitattributes: set gitlab language for openrc files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..0493cf8daa1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.initd gitlab-language=shell +*.confd gitlab-language=shell