rustfmt.toml 229 B

12345678910
  1. max_width = 100
  2. reorder_imports = true
  3. reorder_modules = true
  4. # == Nightly only. ==
  5. # imports_indent = "Block"
  6. # imports_layout = "Mixed"
  7. # imports_granularity = "Crate"
  8. # group_imports = "Preserve"
  9. # reorder_impl_items = false