~~ objectExpression.spaceSurroundingProperties: false ~~
== should format ==
const obj = { key: value };

[expect]
const obj = {key: value};
