Wonky formatting inside TSX brackets with )}
#8246
Labels
Duplicate
An existing issue was already created
)}
#8246
From @prencher on April 21, 2016 22:28
When formatting a TSX document,
<span onClick={this.test()}>
gets formatted as<span onClick={this.test() }>
.It appears isolated to
)
, for example<span onClick={this.test}>
is unaffected, as is every other case I could think of to test.I would assume this is supposed to not have spaces, or respect the non-empty bracket setting added in 1.0.
Copied from original issue: microsoft/vscode#5630
The text was updated successfully, but these errors were encountered: