Uncrustify: Where do the options work?

Spaces for case

{
   switch (a)
   {
   case█████1█:
      b = 5;
   case 2█:
      b = 7;
   default█:
      b = 0;
   }
}