On Fri, Jun 22, 2012 at 3:51 PM, Deepak Garg <deepak.g...@citrix.com> wrote: > +1 > > > In Eclipse it is easy to configure the editor to replace 'tabs' with 'spaces' > and also to kill the trailing whitespaces: > > To remove the trailing whitespaces on save: > > Preferences -> Java -> Editor -> Save Actions -> Configure Project Specific > settings -> (choose project) -> Configure -> Choose "Remove Trailing > WhiteSpace" > >
So not to be argumentative, but: It may be easy, but that doesn't mean people will do 'The Right Thing', hence why there are so many coding convention problems in our codebase. --David