aboutsummaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: e2c132c09dd6b303dbdc46d309e97cdad36d2e37 (plain) (blame)
1
2
3
4
5
6
7
ideal_width = 80
match_block_trailing_comma = true
max_width = 120
newline_style = "Unix"
normalize_comments = false
struct_lit_multiline_style = "ForceMulti"
where_trailing_comma = true