pub fn format_source(src: &str, opts: &FmtOptions) -> StringExpand description
Format zsh source: reindent by block structure, strip trailing whitespace, ensure exactly one trailing newline. See module doc for the conservation guarantees.
pub fn format_source(src: &str, opts: &FmtOptions) -> StringFormat zsh source: reindent by block structure, strip trailing whitespace, ensure exactly one trailing newline. See module doc for the conservation guarantees.