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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Start with 2 indented lines where there's an unmatched opening brace on first line and no code on second line:
Move cursor to beginning of second line (before indentation, not after) and type closing brace
}.Results:
Brackets adds indentation and then adds the brace. Original indentation is left after the closing brace!
Expected:
Resulting code should not have trailing whitespace.