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

[expect]
enum Test
{
}
