mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 20:53:21 +00:00
Update rustfmt.toml
This commit is contained in:
parent
65e75c5647
commit
2ca1d30348
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue