X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=legacy-rustfmt.toml;h=f976fa68e4c7de6d0afe45caeed50bede6a78022;hb=6b19d4d749a014cd68709636cbecdaef8d19f6fb;hp=617791a2d25350b3b4f519f38702d0ffcadc809d;hpb=55c2000d947516798dac4ce6055fb1c470b09718;p=rust.git diff --git a/legacy-rustfmt.toml b/legacy-rustfmt.toml index 617791a2d25..f976fa68e4c 100644 --- a/legacy-rustfmt.toml +++ b/legacy-rustfmt.toml @@ -1,8 +1,2 @@ -fn_args_indent = "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