pub fn format_directory(
dir: &Path,
config: &FormatConfig,
check_only: bool,
) -> Result<FormatResult, String>Expand description
Format all Sigil files in a directory
pub fn format_directory(
dir: &Path,
config: &FormatConfig,
check_only: bool,
) -> Result<FormatResult, String>Format all Sigil files in a directory