X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=legacy-rustfmt.toml;h=f976fa68e4c7de6d0afe45caeed50bede6a78022;hb=ffaa6fcb0c274ea2b165438dd2086b2493e0b9e8;hp=8442f3141970d2c812e7d4df7f1691ca5f242efb;hpb=5096cdff56e15e4b9127c67737d59d856b9bb83d;p=rust.git diff --git a/legacy-rustfmt.toml b/legacy-rustfmt.toml index 8442f314197..f976fa68e4c 100644 --- a/legacy-rustfmt.toml +++ b/legacy-rustfmt.toml @@ -1,8 +1,2 @@ -fn_args_layout = "Visual" -array_indent = "Visual" -control_style = "Legacy" -where_style = "Legacy" -generics_indent = "Visual" -fn_call_style = "Visual" +indent_style = "Visual" combine_control_expr = false -fn_args_paren_newline = true