💾 Archived View for freeshell.de › tldr › uncrustify.gmi captured on 2023-01-29 at 05:23:16. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

uncrustify

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

More information.

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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY