Skip to main content

format_source_with_debug

Function format_source_with_debug 

Source
pub fn format_source_with_debug(
    source: &str,
    config: &Config,
) -> Result<(String, Vec<String>)>
Expand description

Format raw CMake source using the built-in registry and also return debug lines describing the formatter’s decisions.