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 space between [ and ( is removed after formatting but the other lines are formatted one space too far. This happens only when preserveEndOfLine is true.
Description
Before:
The space between
[
and(
is removed after formatting but the other lines are formatted one space too far. This happens only whenpreserveEndOfLine
is true.After:
Repro code
Online tool
The text was updated successfully, but these errors were encountered: