Formatting Field Declarations in Eclipse
问题 Greetings Overflowers, Problem (names of variables are aligned by not their types): public abstract class Filter { private long id; protected String expression; } how can I align fields automatically in Eclipse, such in: public abstract class Filter { private long id; protected String expression; } Note the space before long , thank you ! UPDATE: I cannot find a customization option to align types of class members (e.g.: long and String ) under Eclipse formatter options. Yes, there is one to