There was an error while loading. Please reload this page.
default
case
Hi,
when writing a case statement it gets indented like this:
switch(x) { case 1: doing() default: return }
It should be indented like the rest of the case statements: