rust/rustfmt.toml

9 lines
205 B
TOML
Raw Normal View History

2016-01-04 12:25:29 +08:00
max_width = 120
ideal_width = 100
fn_call_width = 80
2016-12-20 17:20:41 +08:00
match_block_trailing_comma = true
fn_args_layout = "Block"
closure_block_indent_threshold = 0
fn_return_indent = "WithWhereClause"
wrap_comments = true