rust/legacy-rustfmt.toml

9 lines
209 B
TOML
Raw Normal View History

fn_args_indent = "Visual"
array_indent = "Visual"
2017-06-12 05:50:43 +02:00
control_style = "Legacy"
where_style = "Legacy"
generics_indent = "Visual"
fn_call_indent = "Visual"
2017-06-12 05:50:43 +02:00
combine_control_expr = false
fn_args_paren_newline = true