max_line_length = 200

globals = {
	"digtron",
	"catacomb"
}

read_globals = {
	-- Minetest
	"minetest",
	"vector",
	"ItemStack",

	-- Mods
	"default",
	"awards",
	"pipeworks",
	"hopper",
	"technic",
	"doc",
	"intllib",
	"fakelib",
}

files = {
	["doc.lua"] = {
		max_line_length = 1000
	}
}
