If you want Eclipse to not reformat the source code while saving a file you have to de-activate Save Actions under Window > Preferences > Java > Editor > Save Actions. Or just use a Eclipse code template that matches the proposed style :)
Cheers Daniel On Fri, Sep 17, 2010 at 10:49 PM, David Blevins <[email protected]> wrote: > > On Sep 16, 2010, at 1:36 PM, Andy wrote: > >>> >> Thanks people - I will go through and reformat anything I have touched. > > Cool. Also an FYI that we use two spaces in the xml docs rather than 4. > > As a matter of style I tend to try not to reformat with actual code changes, > just so people can actually see the real change. Sometime's I'll quick > reformat something and check it in with a simple "reformatted" comment before > digging in and doing the real work. > > Love to see all the activity. This is great! > > > -David > > >
