creatura/.luacheckrc

14 lines
171 B
Text
Raw Normal View History

2022-07-06 15:45:53 -07:00
max_line_length = 120
globals = {
"minetest",
"creatura",
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}