summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: 03574d14cbfb4838fcc2476144e21a8cf6664579 (plain)
1
2
3
4
5
6
7
reorder_imports = true
reorder_modules = true
merge_derives = true
fn_args_layout = "Compressed"
use_field_init_shorthand = true
tab_spaces = 4
max_width = 100