.rustfmt.toml 286 B

123456789101112
  1. max_width = 100
  2. hard_tabs = false
  3. tab_spaces = 4
  4. newline_style = "Unix"
  5. #use_small_heuristics = "Default"
  6. reorder_imports = true
  7. reorder_modules = true
  8. remove_nested_parens = true
  9. merge_derives = true
  10. use_try_shorthand = false
  11. use_field_init_shorthand = false
  12. force_explicit_abi = true