I have enums like:
public static enum Command { login, register, logout, newMessage }
When formatting the file, the output becomes:
<
You need to set the line wrapping policy under enum declaration for "Constants."
Set the wrapping policy to
AND