rust/rustfmt.toml
Oliver Schneider 0a7ae5fec8
run rustfmt
2016-12-20 10:20:41 +01:00

8 lines
184 B
TOML

max_width = 120
ideal_width = 100
fn_args_density = "Compressed"
fn_call_width = 80
fn_args_paren_newline = false
closure_block_indent_threshold = -1
match_block_trailing_comma = true