X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=205b7d897d3d818b21d71693a2367235b4c28183;hb=976bbe822a8abc438240cbf952550e383cb233ee;hp=da21e5a30e789e54158c9b5a720033f86bcc553f;hpb=0a7ae5fec80d31b89bdc8ecd1ef90350a6f61f66;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index da21e5a30e7..205b7d897d3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,6 @@ max_width = 120 -ideal_width = 100 -fn_args_density = "Compressed" +comment_width = 100 fn_call_width = 80 -fn_args_paren_newline = false -closure_block_indent_threshold = -1 match_block_trailing_comma = true +closure_block_indent_threshold = 0 +wrap_comments = true