X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=6776a88294c54e4898a666b4b75868260a528e40;hb=481f7880df428020480eb343c209072c6db10503;hp=205b7d897d3d818b21d71693a2367235b4c28183;hpb=e2b9cf836ac3a0e8fb9f45820271f1b42feb7bbd;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index 205b7d897d3..6776a88294c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,4 @@ max_width = 120 comment_width = 100 -fn_call_width = 80 match_block_trailing_comma = true -closure_block_indent_threshold = 0 wrap_comments = true