X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustfmt.toml;h=4b415a31b272eab0995e7f6d8dec936ccdb0146a;hb=ce5e927713ddd32096f4e73f7a2c339cc8163d82;hp=c0695c04126ee9049111ba1e0f966767ce761bf6;hpb=839ad09689e417d1d9e84eb24c627226765f8322;p=rust.git diff --git a/rustfmt.toml b/rustfmt.toml index c0695c04126..4b415a31b27 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,7 @@ max_width = 120 -ideal_width = 100 -fn_args_density = "Compressed" -fn_call_width = 80 -fn_args_paren_newline = false \ No newline at end of file +comment_width = 100 +match_block_trailing_comma = true +wrap_comments = true +edition = "2018" +error_on_line_overflow = true +version = "Two"