1 2 3 4 5 6 7 8 9 10
# Rustfmt configuration for dotmax # Matches Rust community conventions edition = "2021" max_width = 100 hard_tabs = false tab_spaces = 4 use_small_heuristics = "Default" fn_params_layout = "Tall" newline_style = "Unix"