rust/rfc-rustfmt.toml
2017-05-05 14:37:13 +12:00

6 lines
140 B
TOML

fn_args_layout = "Block"
array_layout = "Block"
control_style = "Rfc"
where_style = "Rfc"
generics_indent = "Block"
fn_call_style = "Block"