-- file.tsx --
~~ jsxExpressionContainer.spaceSurroundingExpression: true ~~
== should format ==
const t = <test other={   4  } />;

[expect]
const t = <test other={ 4 } />;
