Closed ckruse closed 10 years ago
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:
case
Hi,
when writing a case statement it gets indented like this:
It should be indented like the rest of the
case
statements: