How to auto-remove trailing whitespace in Eclipse?
I assume your questions is with regards to Java code. If that’s the case, you don’t actually need any extra plugins to accomplish 1). You can just go to Preferences -> Java -> Editor -> Save Actions and configure it to remove trailing whitespace. By the sounds of it you also want to make this … Read more