diff options
| author | topecongiro <seuchida@gmail.com> | 2017-11-05 04:36:56 +0900 |
|---|---|---|
| committer | topecongiro <seuchida@gmail.com> | 2017-11-05 04:51:19 +0900 |
| commit | 2ca1d30348ffb973e359a1d84ef45f76ccbacb33 (patch) | |
| tree | 31c06ea3e4dc29eabb0909ea2dcc3bd948cf6115 /rustfmt.toml | |
| parent | 65e75c56479112a3af16c95e09364d871b051fad (diff) | |
Update rustfmt.toml
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 18d146d4917..205b7d897d3 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 |
