Automatic formatting of C++ code on push/PR Auto-commit formatted changes back to the repository Multiple workflow patterns for different use cases These are minimal examples showing how to use the ...
Clang-Format is a tool that automatically formats C++ code based on a set of rules and options. It can help ensure consistency in code formatting across a project and improve code readability.