# Set the line width
# https://rust-lang.github.io/rustfmt/?version=master&search=#use_small_heuristics
= "Max"
# Re-order imports
# https://rust-lang.github.io/rustfmt/?version=master&search=#reorder_imports
= true
# Parser edition
# https://rust-lang.github.io/rustfmt/?version=master&search=#edition
= "2021"
# These options are only available in +nightly.
= true
= "StdExternalCrate"
= "Crate"
= true