rustfmt.toml 401 B

12345678910111213141516
  1. edition = "2021"
  2. match_block_trailing_comma = true
  3. newline_style = "Unix"
  4. use_field_init_shorthand = true
  5. use_try_shorthand = true
  6. hard_tabs = false
  7. format_code_in_doc_comments = true
  8. group_imports = "StdExternalCrate"
  9. imports_granularity = "Module"
  10. imports_layout = "HorizontalVertical"
  11. match_arm_blocks = true
  12. normalize_comments = true
  13. overflow_delimited_expr = true
  14. struct_lit_single_line = false