<div dir="ltr"><div>I have code similar to the following:</div><div><br></div><div>void func()<br>{<br>   int i;<br>   switch(5)<br>   {<br>   case 0:<br>      i = 5;<br>   case 1:<br>   {<br>   }<br>   }<br>}<br></div><div><br></div><div>I would expect the curly braces for case 1 to be indented from where they are, but they stay at the same indentation level as the label.  Is this the way this is supposed to be have, or is there some option (other than IndentCaseLabels) that controls this?<br></div></div>