bottom/rustfmt.toml

10 lines
200 B
TOML
Raw Normal View History

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