summaryrefslogtreecommitdiffstats
path: root/gfx/webrender_bindings/rustfmt.toml
blob: 1d15550e6ce735dea95b563e09d4bc51ca637c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ideal_width = 80
max_width = 120

newline_style = "Unix"
normalize_comments = false

force_explicit_abi = true
fn_args_density = "Vertical"

chain_indent = "Visual"
chain_one_line_max = 90

struct_lit_multiline_style = "ForceMulti"

match_block_trailing_comma = true
where_trailing_comma = true