I find the most annoying part when someone reformat a file and the
diff show everything, not just the changes as changed. Of course, one
way to deal with this is to just reformat the whole document before
checkin, and on checkout.
I've worked in places where you were free to use whatever format/style
you wanted and checkin/editor settings took care of reformatting for
you. It is a little more complicated, but it leads to less problems
between developers (until you print out some code and discuss it
around the table; then everyone wants their own printout).
There is no perfect way.
In eclipse you can also setup save rules to reformat a document; there
have been issues with that and the svn/auto-save plugins, but I think
they are resolved now.
2010/5/20 Uwe Schäfer <
u...@thomas-daily.de>: