From 2831c806f13cc555d655bdb26666870ef5db9913 Mon Sep 17 00:00:00 2001
From: Hugo Locurcio <hugo.locurcio@hugo.pro>
Date: Fri, 22 Feb 2019 00:49:04 +0100
Subject: [PATCH] Set EditorConfig to use tabs in .luacheckrc

---
 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 552d0a0..a41c697 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,6 +8,6 @@ indent_size = 2
 insert_final_newline = true
 trim_trailing_whitespace = true
 
-[*.lua]
+[*.{lua,luacheckrc}]
 indent_style = tab
 indent_size = 4
-- 
GitLab