chore: Include luacheck config in editorconfig setup

This commit is contained in:
Caleb Maclennan
2022-03-19 17:28:25 +03:00
parent 601ad8d59f
commit 989a5b1131
2 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@ not_globals = {
}
include_files = {
"**/*.lua",
"**/*.rockspec",
".busted",
".luacheckrc",
"**/*.lua",
"**/*.rockspec",
".busted",
".luacheckrc",
}
exclude_files = {