udpt/rustfmt.toml

8 lines
194 B
TOML
Raw Normal View History

2020-05-06 01:00:19 +01:00
edition = "2018"
brace_style = "PreferSameLine"
fn_args_layout = "compressed"
force_multiline_blocks = true
max_width = 125
overflow_delimited_expr = true
use_field_init_shorthand = true