rustfmt.toml 280 B

123456789101112
  1. unstable_features = true
  2. edition = "2018"
  3. merge_imports = true
  4. imports_layout = "HorizontalVertical"
  5. use_field_init_shorthand = true
  6. use_try_shorthand = true
  7. format_code_in_doc_comments = true
  8. wrap_comments = true
  9. max_width = 110
  10. comment_width = 110
  11. use_small_heuristics = "max"