rust/legacy-rustfmt.toml

9 lines
208 B
TOML
Raw Normal View History

2017-06-12 05:50:43 +02:00
fn_args_layout = "Visual"
array_layout = "Visual"
control_style = "Legacy"
where_style = "Legacy"
generics_indent = "Visual"
fn_call_style = "Visual"
combine_control_expr = false
fn_args_paren_newline = true