tABuLaTorS

This commit is contained in:
SmallJoker 2020-03-22 21:10:17 +01:00 committed by GitHub
parent cba9cb5f21
commit 58a19c2143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@ allow_defined_top = true
max_line_length = 999
globals = {
"unified_inventory",
"unified_inventory",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"minetest", "vector",
"ItemStack", "datastorage",
"minetest", "vector",
"ItemStack", "datastorage",
}
files["callbacks.lua"].ignore = { "player", "draw_lite_mode" }