simple-shooter-game/mods/wield3d/.luacheckrc
2025-12-06 11:37:08 -04:00

13 lines
145 B
Lua

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