X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=205b7d897d3d818b21d71693a2367235b4c28183;hb=e456241f18227c7eb8d78a45daa66c756a9b65e7;hp=0d8362496c199b1f20e9684f851d184273cbf6f3;hpb=ed9d71f2c9ff058f1b3ae02b8b7351dcace97190;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 0d8362496c1..205b7d897d3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,10 +1,6 @@ max_width = 120 -ideal_width = 100 -fn_args_density = "Compressed" +comment_width = 100 fn_call_width = 80 -fn_args_paren_newline = false match_block_trailing_comma = true -fn_args_layout = "Block" closure_block_indent_threshold = 0 -fn_return_indent = "WithWhereClause" wrap_comments = true