uncrustify

C, C++, C#, D, Java and Pawn source code formatter.…

uncrustify

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}}

find . -name "*.cpp" | uncrustify -F - --replace

find . -name "*.cpp" | uncrustify -F - --no-backup

uncrustify -c {{path/to/uncrustify.cfg}} -f {{path/to/file.cpp}}

uncrustify --set {{option}}={{value}}

uncrustify --update-config -o {{path/to/new.cfg}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← unclutter unexpand →