tsx attribute formatting removes bracket spacing #11791
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Steps to Reproduce:
<input value={ this.state.value } />
Expected behavior:
In 1.8.10 the spacing inside the brackets was unchanged on format operation (closing bracket
}
or format document).<input value={ this.state.value } />
Actual behavior:
In 2.* the space inside the brackets is always removed when formatting.
Looks like it might be related to: microsoft/TypeScript#9361
The text was updated successfully, but these errors were encountered: