insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets not adding space before closing bracket. #20456
Labels
Bug
A bug in TypeScript
Domain: Formatter
The issue relates to the built-in formatter
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From @charlieprynn on December 4, 2017 16:53
Steps to Reproduce:
javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets
totrue
[{ name: 'Main' }]
[ { name: 'Main' }]
instead of[ { name: 'Main' } ]
Reproduces without extensions: Yes
Copied from original issue: microsoft/vscode#39571
The text was updated successfully, but these errors were encountered: