//! Workspace-wide canonical formatter.
//!
//! [`run::run_fmt`] owns the scan/read/diff/write loop; pure diff
//! computation lives in [`diff::fmt`]; the read/write boundary is
//! abstracted by [`ports::RawTextReader`] / [`ports::RawTextWriter`].
pub use ;
pub use ;
pub use ;