2020-10-14 11:25:38 +02:00
|
|
|
-- Originally from bls_custom
|
|
|
|
|
2020-11-26 02:35:49 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
2020-10-14 11:25:38 +02:00
|
|
|
max_line_length = 80
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
'INIT',
|
|
|
|
'minetest',
|
2020-11-26 02:35:49 +01:00
|
|
|
'sscsm',
|
|
|
|
table = {fields = {'copy'}},
|
|
|
|
'core',
|
2020-10-14 11:25:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
string = {fields = {'split', 'trim'}},
|
2020-11-26 02:35:49 +01:00
|
|
|
"__FLAGS__",
|
2020-10-14 11:25:38 +02:00
|
|
|
}
|
2020-11-26 02:35:49 +01:00
|
|
|
|
|
|
|
files["example_sscsm.lua"].ignore = { "" }
|