pub fn write_format_only(path: &Path, config: &Config) -> Result<bool, AftError>
Format an already-written file (no re-write) without re-writing or validating. Returns Ok(true) if formatting was applied, Ok(false) if skipped.