From 6b3bfea6d2b1e66f3e23892aab814d034c17f9e2 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Thu, 5 Aug 2021 10:09:23 +0200 Subject: [PATCH] fix: .gitattributes for all subfolders --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 17f65d7..193e667 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -neovim/*.conf gitlab-language=vim -emacs/*.conf gitlab-language=elisp -redis/*.conf gitlab-language=vim +neovim/**/*.conf gitlab-language=vim +emacs/**/*.conf gitlab-language=elisp +redis/**/*.conf gitlab-language=vim