.rustfmt.toml 204 B

12345678
  1. imports_granularity = "item"
  2. group_imports = "StdExternalCrate"
  3. unstable_features = true
  4. wrap_comments = true
  5. comment_width = 100
  6. use_field_init_shorthand = true
  7. use_try_shorthand = true
  8. edition = "2021"