uncrustify

Source code beautifier and formatter for C, C++, Java, and other languages

brewmacoslinux
Try with needOr install directly
Source

About

Source code beautifier

Commands

uncrustify

Examples

Format a single C file in-place$ uncrustify -f myfile.c --replace --no-backup
Preview formatted output without modifying the file$ uncrustify -f myfile.cpp
Format multiple files with a specific configuration$ uncrustify -c my_style.cfg -f *.c --replace --no-backup