Are there any projects that help to show that two code beautification tools are configured to produce identical results?
For example, suppose that a project has mandated a particular coding style. Further suppose that the developers of this project are free to use whatever development environment they feel makes them most productive. This means that several source code beautifier tools will be in play. Further assume that the project's version control repository is not administered by the team, as is the case for many hosted open source projects. This situation precludes having some "check-in trigger" that automatically formats the code. The team would like to ensure that each developer produces code that complies with the "official" coding style. Is there any support for helping them?
Update: "Check-in" triggers are now explicitly ruled-out in the question. Thanks for your answer @Martin, it is a very good solution when the project team has total control of the repository.