dioxus_autofmt

Function fmt_file

Source
pub fn fmt_file(contents: &str, indent: IndentOptions) -> Vec<FormattedBlock>
👎Deprecated: Use try_fmt_file instead - this function panics on error.
Expand description

Format a file into a list of FormattedBlocks to be applied by an IDE for autoformatting.

It accepts