bottom/rustfmt.toml

8 lines
160 B
TOML
Raw Normal View History

2019-09-04 06:27:25 +03:00
reorder_imports = true
reorder_modules = true
merge_derives = true
fn_args_layout = "Compressed"
use_field_init_shorthand = true
2019-09-04 06:27:25 +03:00
tab_spaces = 4
max_width = 100