add rustfmt

This commit is contained in:
Naim A 2020-05-06 03:00:19 +03:00
parent 25a00f6b56
commit 71ea023e5b

7
rustfmt.toml Normal file
View file

@ -0,0 +1,7 @@
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