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

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

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

Post 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
Post Reply