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.)
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.)