The new rustfmt.toml is based off servo/rustfmt.toml with some tweaks to match the existing code in webrender_bindings MozReview-Commit-ID: 7LbXC6qyjan
17 lines
295 B
TOML
17 lines
295 B
TOML
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
|