rustfmt.toml 323 B

123456789101112131415
  1. edition = "2021"
  2. fn_args_layout = "Tall"
  3. force_explicit_abi = true
  4. hard_tabs = false
  5. max_width = 79
  6. merge_derives = true
  7. newline_style = "Unix"
  8. remove_nested_parens = true
  9. reorder_imports = true
  10. reorder_modules = true
  11. tab_spaces = 4
  12. use_field_init_shorthand = true
  13. use_small_heuristics = "Default"
  14. use_try_shorthand = true