The default eclipse formatter formats my java code really funny.
For example: hello.show().x().y()
would be formatted oddly. .x() and .y()
would be placed on a seperate line.
Are there any other basic formatters that can do a better job?
Examples and links welcome.