We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
From @unional on June 16, 2016 22:12
Currently object literal will have space added, but not named import:
// before format code import {Container} from './Container'; let x = {Container}; // after format code import {Container} from './Container'; let x = { Container };
Copied from original issue: microsoft/vscode#7795
From @unional on June 16, 2016 22:12
Currently object literal will have space added, but not named import:
Copied from original issue: microsoft/vscode#7795