rust/rfc-rustfmt.toml

5 lines
95 B
TOML
Raw Normal View History

fn_args_layout = "Block"
2017-03-19 22:27:01 +01:00
array_layout = "Block"
where_style = "Rfc"
generics_indent = "Tabbed"