I have enums like:
public static enum Command { login, register, logout, newMessage }
When formatting the file, the output becomes:
<
It's slightly ugly too, but if your company policy prevents you from changing the formatter, you can just put comments at the end of lines you don't want to be wrapped.
public static enum Command { login,// register,// logout,// newMessage// };