]> git.lizzy.rs Git - rust.git/blob - rfc-rustfmt.toml
Merge pull request #1646 from topecongiro/issue-1606
[rust.git] / rfc-rustfmt.toml
1 fn_args_layout = "Block"
2 array_layout = "Block"
3 control_style = "Rfc"
4 where_style = "Rfc"
5 generics_indent = "Block"
6 fn_call_style = "Block"
7 combine_control_expr = true
8 fn_args_paren_newline = false