You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a matter of taste. My style, in which I'm definitely not alone, is to indent non case/default lines two units, and case/default lines a single unit. If you want to submit a patch to make this behavior configurable, I'd be okay with that.
Argh, I didn't get that writing case: back-indents a unit, so everything is fine.
I do still prefer one unit in the whole block, but that's not too much an issue.
switch (foo) {
, then press EnterResult:
The following line is indented 2 space units (4 spaces in this demo)
Expected:
The following line is indented 1 space unit (2 spaces in this demo)
The text was updated successfully, but these errors were encountered: