Page 1 of 1

Code Beautifier for C/C++, C#, D and Java

Posted: Wed Jan 31, 2007 6:09 am
by jussij
Uncrustify is a nice looking code beautifier for the C/C++, C#, D and Java languages: http://sourceforge.net/projects/uncrustify/

Typical examples:
uncrustify -c defaults.cfg -f test.cpp -o pretty_test.cpp

uncrustify -c linux-indent.cfg -f test.cpp -o pretty_test.cpp

uncrustify -c kr-indent.cfg -f test.cpp -o pretty_test.cpp
Cheers Jussi