summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: 72e8f629d4e14df4e1596497d2428d67f13c030d (plain)
1
2
3
4
5
6
7
8
9
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
newline_style = "Unix"