A tool for formatting code using Java Sun conventions

Does anyone know a free tool for formatting Java source code using Sun conventions?

+5
source share
3 answers

Eclipse comes with Java Conventions formatting , which I believe is from Sun

Window / Preferences / Style / Formatting Java / Code

enter image description here

+6
source

The Eclipse Java code formatter should do the trick.

+2
source

All Articles