mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +01:00
chore: Include luacheck config in editorconfig setup
This commit is contained in:
parent
601ad8d59f
commit
989a5b1131
@ -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
|
||||
|
||||
|
@ -8,10 +8,10 @@ not_globals = {
|
||||
}
|
||||
|
||||
include_files = {
|
||||
"**/*.lua",
|
||||
"**/*.rockspec",
|
||||
".busted",
|
||||
".luacheckrc",
|
||||
"**/*.lua",
|
||||
"**/*.rockspec",
|
||||
".busted",
|
||||
".luacheckrc",
|
||||
}
|
||||
|
||||
exclude_files = {
|
||||
|
Loading…
Reference in New Issue
Block a user