~~ lineWidth: 40, exportDefaultExpression.semiColon: false ~~
== should format without a semi-colon ==
const test = 5;
export    default   test;

[expect]
const test = 5;
export default test
