Cpretty
Cpretty is a command-line tool designed to format C and C++ source code according to specified style guidelines. It functions as a code formatter, taking unformatted or inconsistently formatted code as input and producing output that adheres to a predefined set of indentation, spacing, and brace style rules.
The primary purpose of Cpretty is to improve code readability and maintainability. By enforcing a consistent
Users typically configure Cpretty through a configuration file or command-line arguments. These configurations allow for customization