This option controls whether the statements inside a switch case should be indented relative to the case label.
switch(x) { case 1: x++; break; }