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 FormattedBlock
s to be applied by an IDE for autoformatting.
It accepts