Open viskenxp opened 10 years ago
Trying to get this logic.Within a specified block statement (compound statement if/else/for/while/try/.. or function scope) the ReturnStatement must be always preceding by a line-break?
Yes, unless it is the first line in that block statement.
It would be nice if you could configure certain lines that start with a keyword (if/return/etc) to have either an empty line preceding and/or following that line/construct.
Good:
Bad:
Good:
With an override for all first lines in a function/if/switch/... block.
Bad: