|
|
|
If I turn on "Simple methods in one line" "Simple blocks in one line" then do Shift+Ctrl+J all the line together and reformat I get the following.
public enum Wrapping { WAPPING {public boolean flag1() { return false; }public boolean flag2() { return false; }public boolean flag3() { return false; }public boolean flag4() { return false; }} } |
||||||||||||||||||||||||||||||||||||
Additionally, it would be nice if the formatting for methods in the Class (Wrapping) could match those in the enum constant (WRAPPING)