rustfmt.toml 332 B

1234567891011121314
  1. max_width = 100
  2. hard_tabs = false
  3. tab_spaces = 4
  4. newline_style = "Auto"
  5. use_small_heuristics = "Default"
  6. reorder_imports = true
  7. reorder_modules = true
  8. remove_nested_parens = true
  9. edition = "2021"
  10. merge_derives = true
  11. use_try_shorthand = false
  12. use_field_init_shorthand = false
  13. force_explicit_abi = true
  14. imports_granularity = "Crate"