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 For a while there wasn’t, and oh boy was it irritating. 😅