Tagged Questions

18
votes
8answers
11k views

Stand-alone Java code formatter/beautifier/pretty printer?

I'm interested in learning about the available choices of high-quality, stand-alone source code formatters for Java. The formatter must be stand-alone, that is, it must support a "batch" mode that is ...
2
votes
3answers
331 views

One coding style policy, many beautification tools?

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. ...