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