~~ moduleDeclaration.bracePosition: nextLine, lineWidth: 40 ~~
== should use the next line for the brace position ==
module Test {
}

[expect]
module Test
{
}
