From 2ca1d30348ffb973e359a1d84ef45f76ccbacb33 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sun, 5 Nov 2017 04:36:56 +0900 Subject: [PATCH] Update rustfmt.toml --- rustfmt.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 18d146d49173..205b7d897d3d 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,8 +1,6 @@ max_width = 120 -ideal_width = 100 +comment_width = 100 fn_call_width = 80 match_block_trailing_comma = true -fn_args_layout = "Block" closure_block_indent_threshold = 0 -fn_return_indent = "WithWhereClause" wrap_comments = true