rustfmt.toml 256 B

1234567891011
  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_doc_comments = true
  8. wrap_comments = true
  9. comment_width = 100
  10. use_small_heuristics = "max"