Bug 1874684 - Part 28: Return DateDuration from DifferenceISODateTime. r=mgaudet
[gecko.git] / gfx / webrender_bindings / rustfmt.toml
blob1d15550e6ce735dea95b563e09d4bc51ca637c3c
1 ideal_width = 80
2 max_width = 120
4 newline_style = "Unix"
5 normalize_comments = false
7 force_explicit_abi = true
8 fn_args_density = "Vertical"
10 chain_indent = "Visual"
11 chain_one_line_max = 90
13 struct_lit_multiline_style = "ForceMulti"
15 match_block_trailing_comma = true
16 where_trailing_comma = true