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
with PreserveEndOfLine enabled, it gets an additional space:
typeOptions={[<DefaultValue>] a:string
b:bool}
When formatting the resulting code again with the same option, it will get another space. Each reformat will increase indentation of the first line by one
Description
When formatting this code:
with
PreserveEndOfLine
enabled, it gets an additional space:When formatting the resulting code again with the same option, it will get another space. Each reformat will increase indentation of the first line by one
Repro code
Repro link
The text was updated successfully, but these errors were encountered: