~~ exportDeclaration.spaceSurroundingNamedExports: false ~~
== should format when using named exports ==
export {n1,n2,n3} from    "test"  ;

[expect]
export {n1, n2, n3} from "test";
