Expand description
Source-to-source formatting pipeline. Top-level formatter entry points.
These functions parse input, apply barrier handling, and render a formatted output string using the command registry and runtime configuration.
Functions§
- format_
parsed_ file - Format an already parsed AST file using the original source text.
- format_
source - Format raw CMake source using the built-in command registry.
- format_
source_ with_ debug - Format raw CMake source using the built-in registry and also return debug lines describing the formatter’s decisions.
- format_
source_ with_ registry - Format raw CMake source using an explicit command registry.
- format_
source_ with_ registry_ debug - Format raw CMake source using an explicit registry and return debug output.