rust/rfc-rustfmt.toml
Nick Cameron 4bb31a7231 Block indenting for struct lit patterns
Now follows struct_lit_style (and most other struct_lit_ options).

Required a fair bit of refactoring and bug fixes.

Fixes #1311
2017-03-22 09:25:26 +13:00

5 lines
94 B
TOML

fn_args_layout = "Block"
array_layout = "Block"
where_style = "Rfc"
generics_indent = "Block"