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

[expect]
enum Test {
}
