clang-format topic
pre-commit-hooks
C/C++ hooks to integrate with pre-commit
cxxd
C/C++ language server implemented on top of Clang frontend.
ClangFormat-Xcode
Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
vim-codefmt
Vim plugin for syntax-aware code formatting
vim-clang-format
Vim plugin for clang-format, a formatter for C, C++, Obj-C, Java, JavaScript, and so on.
clang-format-hooks
Apply a coding style with clang-format only to new code added to an existing code base.
vscode-clang-format
A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format
clang-format-all
Run clang-format -i on all of the files in your C or C++ project
objc-format-check
🛠A code-format tool for C or OC
clang-format-lint-action
This action checks if the source code matches the .clang-format file.