You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `swift-mode:switch-case-offset` is set equal to the basic offset,
lines following a `case` inside a `switch` should still be indented.
Change the offset calculation to fall back to `swift-mode:basic-offset`
if the difference between the offsets is 0 (or less).
Resolves#166
0 commit comments