Imagine an import like this:
import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService';
Format, I would love if it ends up to be
import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/editorService';
Or whatever you guys think should be the formatting of destructured imports.