From a7b513f181fa842b484fb42abbdde600b751a77e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 22 Feb 2019 00:48:36 +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