mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
6 lines
145 B
TOML
6 lines
145 B
TOML
max_width = 120
|
|
comment_width = 100
|
|
fn_call_width = 80
|
|
match_block_trailing_comma = true
|
|
closure_block_indent_threshold = 0
|
|
wrap_comments = true
|