Tagged Questions
19
votes
8answers
12k 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 ...