summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: 7aa76c5cf4b4804279629e6245c56492c28ad5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
max_width = 150
newline_style = "Unix"
reorder_imports = true
control_brace_style = "ClosingNextLine"
fn_args_layout = "Compressed"
empty_item_single_line = false
hard_tabs = true
merge_imports = true
merge_derives = true
reorder_modules = true
space_before_colon = true
tab_spaces = 4