Skip to main content

write_format_only

Function write_format_only 

Source
pub fn write_format_only(path: &Path, config: &Config) -> Result<bool, AftError>
Expand description

Format an already-written file (no re-write) without re-writing or validating. Returns Ok(true) if formatting was applied, Ok(false) if skipped.