1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-22 01:20:26 +02:00
Files
Minetest-WorldEdit/.luacheckrc
2020-02-08 01:27:57 -06:00

15 lines
304 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"vector", "unified_inventory",
"smart_inventory", "sfinv",
"VoxelArea", "inventory_plus",
"ItemStack", "minetest",
}