.rustfmt.toml 369 B

123456789101112
  1. edition = "2021"
  2. newline_style = "Unix"
  3. # Unstable options that help catching some mistakes in formatting and that we may want to enable
  4. # when they become stable.
  5. #
  6. # They are kept here since they are useful to run from time to time.
  7. #format_code_in_doc_comments = true
  8. #reorder_impl_items = true
  9. #comment_width = 100
  10. #wrap_comments = true
  11. #normalize_comments = true