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
Fixesvvakame#166
This change allows configuring the `insertSpaceAfterOpeningAndBeforeClosingEmptyBraces` formatting option
To add support for this etting, I also had to pick up a newer TS version that includes this setting. The new TS version in turn required updating `@types/node` and fixing as few new compile errors
Repo
tsfmt.json
:Bug
No space is added between the braces
After debugging, it looks like the
insertSpaceAfterOpeningAndBeforeClosingEmptyBraces
option is droppedThe text was updated successfully, but these errors were encountered: