craftguide/.luacheckrc
Jean-Patrick Guerrero dfa45789e2 Style cleaning
2019-08-29 15:41:32 +02:00

14 lines
159 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"core",
"minetest",
"default",
"sfinv",
"sfinv_buttons",
"vector",
"string",
"table",
}