summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: 3992c568185fd48872da285cc344862c1f36fdfb (plain)
1
2
3
4
5
6
7
8
edition = "2018"
max_width = 100
newline_style = "Unix"
reorder_imports = true
fn_args_layout = "Compressed"
merge_derives = true
reorder_modules = true
tab_spaces = 4