rustfmt.toml 381 B

123456789101112131415
  1. #unstable_features = true
  2. max_width = 120
  3. #use_small_heuristics = "Max"
  4. edition = "2021"
  5. #empty_item_single_line = true
  6. newline_style = "Unix"
  7. struct_lit_width = 60
  8. tab_spaces = 4
  9. use_small_heuristics = "Default"
  10. #fn_single_line = true
  11. #hex_literal_case = "Lower"
  12. #merge_imports = true
  13. #group_imports = "StdExternalCrate"
  14. single_line_if_else_max_width = 0
  15. use_try_shorthand = true