summaryrefslogtreecommitdiff
path: root/vendored/mpd/rustfmt.toml
blob: 1091732aba50f1febfd8a80b86609b13c341950e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
newline_style = "Unix"
max_width = 140
fn_call_width = 120
ideal_width = 120
tab_spaces = 4
fn_args_density = "Compressed"
fn_arg_indent = "Tabbed"
single_line_if_else = true
reorder_imports = true
chain_base_indent = "Tabbed"
chain_indent = "Block"
chain_one_line_max = 160