C, C++, C#, D, Java and Pawn source code formatter. More information: https://github.com/uncrustify/uncrustify.
uncrustify -f {{path/to/file.cpp}} -o {{path/to/output.cpp}}
stdin, and take backups before writing output back to the original filepaths:find . -name "*.cpp" | uncrustify -F - --replace
find . -name "*.cpp" | uncrustify -F - --no-backup
stdout:uncrustify -c {{path/to/uncrustify.cfg}} -f {{path/to/file.cpp}}
uncrustify --set {{option}}={{value}}
uncrustify --update-config -o {{path/to/new.cfg}}