typescript-formatter icon indicating copy to clipboard operation
typescript-formatter copied to clipboard

Add support for insertSpaceAfterOpeningAndBeforeClosingEmptyBraces

Open mjbvz opened this issue 4 years ago • 0 comments
trafficstars

Fixes #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

mjbvz avatar Aug 30 '21 22:08 mjbvz