This option controls whether the contents of a block inside a switch case should receive an additional indentation level.
switch(x) { case 1: { x++; break; } }