Else without begin
Brought to you by:
anthonysteele
I'd like to request the following feature: on Clarify -> Line Breaking -> Blocks there's the option for "Else begin", I'd like to ask for the "Else without begin" feature:
A code like this
if something then
-- do something
else do something_else
Would be formated like
if something then
-- do something
else
-- do something_else
thanks a lot for this tool :)
-- Anderson Fortaleza