Can I file a bug report against Swift's poor indentation style for `switch` statements?

(Everything inside the braces should be indented by one additional level. `case` and `default` are inside the `switch`, not peers of it.)

@marcoarment there is a setting in Xcode that fixes that.
@rosskimes @marcoarment why is that a setting? Feels like the default should be to indent always. But I’m a web guy so maybe I’m missing something. Is there some Swift convention that makes no indentation the default?
@mattbroughton @marcoarment No, it is really weird. And this is the only place in Swift I can think of that does not indent like you would expect 🤷‍♂️
@rosskimes that’s very odd but at least you can fix it in the settings 👨🏻‍🔧