1 2 3 4 5 6 7 8 9 10 11 12
# Rustfmt configuration (stable channel) edition = "2024" max_width = 120 tab_spaces = 4 hard_tabs = false use_small_heuristics = "Max" newline_style = "Auto" match_block_trailing_comma = true use_field_init_shorthand = true use_try_shorthand = true reorder_imports = true