This option controls whether case and default labels should be indented relative to the switch statement.
switch(x) { case 1: x++; break; }