1 2 3 4 5 6 7
# Rustfmt 配置 edition = "2024" max_width = 100 tab_spaces = 4 newline_style = "Unix" use_small_heuristics = "Default"