aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig2
-rw-r--r--.luacheckrc8
2 files changed, 5 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index edf8aa1..56ad87d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,7 +6,7 @@ insert_final_newline = true
6trim_trailing_whitespace = true 6trim_trailing_whitespace = true
7charset = utf-8 7charset = utf-8
8 8
9[*.{lua,rockspec}] 9[{*.lua,*.rockspec,.luacheckrc}]
10indent_style = space 10indent_style = space
11indent_size = 4 11indent_size = 4
12 12
diff --git a/.luacheckrc b/.luacheckrc
index fcec7d5..8b25dd7 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -8,10 +8,10 @@ not_globals = {
8} 8}
9 9
10include_files = { 10include_files = {
11 "**/*.lua", 11 "**/*.lua",
12 "**/*.rockspec", 12 "**/*.rockspec",
13 ".busted", 13 ".busted",
14 ".luacheckrc", 14 ".luacheckrc",
15} 15}
16 16
17exclude_files = { 17exclude_files = {