rust/rustfmt.toml

7 lines
145 B
TOML
Raw Normal View History

2016-01-04 05:25:29 +01:00
max_width = 120
2017-11-04 20:36:56 +01:00
comment_width = 100
2016-01-04 05:25:29 +01:00
fn_call_width = 80
2016-12-20 10:20:41 +01:00
match_block_trailing_comma = true
closure_block_indent_threshold = 0
wrap_comments = true