I am working on a project which other developers work on. I would like the code to be standardized. I don't necessarily care what standard it is (K&R, GNU, 2 lines max, 1 line max, spacing between commas, etc..) just that it is consistent.
I was thinking, that as a separate checkin, I could run a beautifier on the source code.
What do you think? As a developer who works on code with other people, if somebody else decided to run a beautifier on code you work with, would you be upset?
This is code that has been written by a lot of developers over the past few years, some of them gone, some not.
Obviously, I would approach everyone with this idea first, but I am curious what SO thinks.
EDIT: I would most likely look to do this at a milestone or after a release.