aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
blob: 768d2e3c4c3bb31c7fbdc625e9451122a7783e30 (plain) (blame)
1
2
3
4
5
6
7
8
edition = "2018"
unstable_features = true
max_width = 80
binop_separator = "Back"
inline_attribute_width = 80
fn_params_layout = "Compressed"
hard_tabs = false
tab_spaces = 4