rustfmt.toml 236 B

123456789
  1. reorder_imports = true
  2. imports_granularity = "Crate"
  3. use_small_heuristics = "Max"
  4. comment_width = 100
  5. wrap_comments = false
  6. binop_separator = "Back"
  7. trailing_comma = "Vertical"
  8. trailing_semicolon = false
  9. use_field_init_shorthand = true