pub fn format_cpp( root: &Path, files: &[String], check: bool, ) -> Result<FormatOutcome>
Format C/C++ files via clang-format.
clang-format
Never — failures are reported via FormatOutcome::Failed(stderr).
FormatOutcome::Failed(stderr)