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
The detection for cases appears to expect the : to end the line, which is not required by Swift, and it appears to align a case with the previous use of switch instead of the switch it is actually part of. The syntax highlighting still appears correct.
The text was updated successfully, but these errors were encountered:
The following Swift file
(there is whitespace in
"a":
) is indented like soThe expected behavior is for it to be indented as so:
The detection for
case
s appears to expect the:
to end the line, which is not required by Swift, and it appears to align acase
with the previous use ofswitch
instead of theswitch
it is actually part of. The syntax highlighting still appears correct.The text was updated successfully, but these errors were encountered: