Source code beautifier and formatter for C, C++, Java, and other languages
Source code beautifier
uncrustify
$ uncrustify -f myfile.c --replace --no-backup
$ uncrustify -f myfile.cpp
$ uncrustify -c my_style.cfg -f *.c --replace --no-backup