Else & brackets - intentionally omitted functionality? #4352
Unanswered
astotrzynascie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Maybe I'm just overtired, but no matter how I set indentation and brackets options I can't get 2 things:
else
aligned to block(s);These 2 points in one example:
if (a == 5) a = 7; else { a = 3; a++; }
should become
Anybody knows if it's possible (or will be in the near future)?
Or maybe someone can hint which formatter should I use?...
Beta Was this translation helpful? Give feedback.
All reactions