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 awesome! But did you try it? I turned it on, but for some reason Xcode continues to not indent the cases???
@rsaar @marcoarment Yeah I have been using it for years. It doesn’t change existing code, but it will auto-indent any new code (and you can fix old code using the “Fix Indentation” Editor menu action).
@rosskimes @marcoarment thanks! Didn't work for me with new code and it also didn't work with the CTRL-I keyboard shortcut. I just tested with a new file and there it does work so I guess going forward it should be good.