It would be very nice to be able to configure having no indentation inside a `switch` statement. ```ts switch (key) { case value: // ... break; default: break; } ```