You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udpt/rustfmt.toml

8 lines
194 B
TOML

3 years ago
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