bottom/rustfmt.toml

9 lines
168 B
TOML
Raw Normal View History

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