ts_workshop-cd2025/.luacheckrc

13 lines
217 B
Plaintext
Raw Normal View History

unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"minetest", "ts_workshop",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
}