bottom/rustfmt.toml

9 lines
177 B
TOML
Raw Normal View History

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