rustfmt.toml 231 B

1234567891011
  1. comment_width = 80
  2. edition = "2021"
  3. format_code_in_doc_comments = true
  4. format_strings = true
  5. group_imports = "One"
  6. ignore = [
  7. "**/*/entrypoint.rs"
  8. ]
  9. imports_granularity = "One"
  10. use_field_init_shorthand = true
  11. wrap_comments = true