Closed
Description
From @bookman25 on September 9, 2016 18:8
- VSCode Version: 1.5.1
- OS Version: Windows 10
Steps to Reproduce:
- TypeScript Version: 2.*
<input value={ this.state.value } />
- Format document
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.
<input value={this.state.value} />
Looks like it might be related to: #9361
Copied from original issue: microsoft/vscode#11791