bottom/rustfmt.toml
2021-10-02 21:32:27 -04:00

8 lines
160 B
TOML

reorder_imports = true
reorder_modules = true
merge_derives = true
fn_args_layout = "Compressed"
use_field_init_shorthand = true
tab_spaces = 4
max_width = 100