udpt/rustfmt.toml
2020-05-14 01:22:59 +03:00

8 lines
194 B
TOML

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