mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-11-19 22:03:47 +01:00
23 lines
255 B
Lua
23 lines
255 B
Lua
std = "lua51c"
|
|
|
|
ignore = {
|
|
"21[23]", -- unused argument
|
|
}
|
|
|
|
max_line_length = 250
|
|
|
|
read_globals = {
|
|
"default",
|
|
"ItemStack",
|
|
"lucky_block",
|
|
"minetest",
|
|
"screwdriver",
|
|
"vector",
|
|
}
|
|
|
|
globals = {"hopper"}
|
|
|
|
files["doc.lua"] = {
|
|
max_line_length = 9999,
|
|
}
|