X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=legacy-rustfmt.toml;h=f976fa68e4c7de6d0afe45caeed50bede6a78022;hb=5f02be6294cdef448366297065a26c268249f40b;hp=da1da764b2e82ffffa909c0ffe09bede341de378;hpb=bd1eff55bb70112c7f0cbca9333d4864625484c1;p=rust.git diff --git a/legacy-rustfmt.toml b/legacy-rustfmt.toml index da1da764b2e..f976fa68e4c 100644 --- a/legacy-rustfmt.toml +++ b/legacy-rustfmt.toml @@ -1,8 +1,2 @@ -fn_args_layout = "Visual" -array_layout = "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