bottom/rustfmt.toml
2020-11-22 02:33:48 -05:00

9 lines
177 B
TOML

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