Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider else statements being on a separate line #91

Open
adeelasghar1001 opened this issue Mar 25, 2022 · 1 comment
Open

Consider else statements being on a separate line #91

adeelasghar1001 opened this issue Mar 25, 2022 · 1 comment

Comments

@adeelasghar1001
Copy link

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

@oldergod
Copy link
Member

oldergod commented Mar 25, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants