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