clang-format

Programm zum Auto-Formatieren von C/C++/Java/JavaScript/Objective-C/Protobuf/C#-Code. Weitere Informationen: https://clang.llvm.org/docs/ClangFormat.html.

clang-format {{pfad/zu/quelldatei.cpp}}

clang-format -i {{pfad/zu/quelldatei.cpp}}

clang-format --style {{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} {{pfad/zu/quelldatei.cpp}}

clang-format --style=file {{pfad/zu/quelldatei.cpp}}

clang-format --style {{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} --dump-config > {{.clang-format}}