uncrustify
Verified for current stable LTS
Uncrustify Commands
Uncrustify command syntax with verified terminal examples.
Commands
6 commands for Uncrustify
uncrustify Operations
Uncrustify Command: Format Single File
uncrustify -f <path/to/file.cpp> -o <path/to/output.cpp> uncrustify Operations
Uncrustify Command: Generate New Configuration File
uncrustify --update-config -o <path/to/new.cfg> uncrustify Operations
Uncrustify Command: Read Filenames From Stdin Backup
find . -name "*.cpp" | uncrustify -F - --replace uncrustify Operations
Uncrustify Command: Read Filenames From Stdin No Backup
find . -name "*.cpp" | uncrustify -F - --no-backup uncrustify Operations
Uncrustify Command: Set Configuration Variable
uncrustify --set <option>=<value> uncrustify Operations
Uncrustify Command: Use Custom Configuration Output Stdout
uncrustify -c <path/to/uncrustify.cfg> -f <path/to/file.cpp> Suggest a Uncrustify Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Uncrustify workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.