From 905ecb003849bac7d6180d93133632fa8b554b91 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 22 Feb 2019 00:49:15 +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