diff --git a/.editorconfig b/.editorconfig index edf8aa1..56ad87d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[*.{lua,rockspec}] +[{*.lua,*.rockspec,.luacheckrc}] indent_style = space indent_size = 4 diff --git a/.luacheckrc b/.luacheckrc index fcec7d5..8b25dd7 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -8,10 +8,10 @@ not_globals = { } include_files = { - "**/*.lua", - "**/*.rockspec", - ".busted", - ".luacheckrc", + "**/*.lua", + "**/*.rockspec", + ".busted", + ".luacheckrc", } exclude_files = {