rust/rustfmt.toml

7 lines
148 B
TOML
Raw Normal View History

2016-01-04 05:25:29 +01:00
max_width = 120
ideal_width = 100
fn_args_density = "Compressed"
fn_call_width = 80
2016-12-20 10:20:41 +01:00
fn_args_paren_newline = false
match_block_trailing_comma = true