eclipse autoformatter on save code example
Example: eclipse format on save
To enable it, do the following:
Go to Window > Preferences > Java > Editor > Save Actions.
Select Perform the selected actions on save.
Select Format Source code. ...
Make sure Organize imports are selected.
Select Additional actions.
Click Ok, edit some code, save it and watch Eclipse format it automatically.