-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
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
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue