-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
if age > config:get_max_age( id,
CONFIG.AGE ) then
end
should be
if age > config:get_max_age( id,
CONFIG.AGE ) then
end
solved:edit language-lua.cson
'.source.lua':
'editor':
'commentStart': '-- '
'increaseIndentPattern': '^\s_(else|elseif|for|(local\s+)?function|if|repeat|until|while)\b((?!end).)$|{\s$|([\s\S]$'
'decreaseIndentPattern': '^\s(elseif|else|end|until,?|})?)._$|^)$'
Metadata
Metadata
Assignees
Labels
No labels