pub fn format_source_with_debug( source: &str, config: &Config, ) -> Result<(String, Vec<String>)>
Format raw CMake source using the built-in registry and also return debug lines describing the formatter’s decisions.