1 2 3 4 5 6 7 8 9 10 11
edition = "2024" # Line length max_width = 100 hard_tabs = false tab_spaces = 4 # Style use_small_heuristics = "Default" match_block_trailing_comma = true newline_style = "Unix"