1 2 3 4 5 6 7 8
# Stable rustfmt settings shared by local development and CI. reorder_imports = true max_width = 100 hard_tabs = false tab_spaces = 4 newline_style = "Unix" edition = "2024" use_small_heuristics = "Default"