5.1.3.704
Is there a way to customize the Beautifier
so that it indents "IF...THEN" statement like this:
IF l_a = TRUE THEN
l_align := 'I want this line align with the next word after IF' ;
END IF;
that is, aligning the 2nd line with the word after IF....this should definitely be the default behavior.
Is there a way to customize the Beautifier
so that it indents "IF...THEN" statement like this:
IF l_a = TRUE THEN
l_align := 'I want this line align with the next word after IF' ;
END IF;
that is, aligning the 2nd line with the word after IF....this should definitely be the default behavior.