simple-shooter-game/mods/misc/wield3d/.luacheckrc
2025-12-09 23:32:49 -08:00

13 lines
145 B
Lua

allow_defined_top = true
max_line_length = 80
read_globals = {
"vector",
table = {fields = {"getn"}},
"core",
"minetest",
}
globals = {
}