Formata automaticamente código C/C++/Java/JavaScript/Objective-C/Protobuf/C#. Mais informações: https://clang.llvm.org/docs/ClangFormat.html.
stdout
(saída padrão):clang-format {{caminho/para/arquivo}}
clang-format -i {{caminho/para/arquivo}}
clang-format --style {{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} {{caminho/para/arquivo}}
.clang-format
em um dos diretórios pais do arquivo fonte:clang-format --style=file {{caminho/para/arquivo}}
.clang-format
personalizado:clang-format --style {{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} --dump-config > {{.clang-format}}