java-code-styles icon indicating copy to clipboard operation
java-code-styles copied to clipboard

Consider else statements being on a separate line

Open adeelasghar1001 opened this issue 3 years ago • 1 comments

If the ELSE statements are on the same line, code looks a bit messier and the else statement cannot be collapsed from the side either. image

ELSE is unable to collapse. And the lack of blank space makes the else harder to see and not inline. image

This is with it enabled. It collapse and it's cleaner. image

adeelasghar1001 avatar Mar 25 '22 16:03 adeelasghar1001

You could add a blank line yourself? That's what I do in many places where I want a clear separation. I prefer the current syntax.

oldergod avatar Mar 25 '22 17:03 oldergod