]> git.lizzy.rs Git - rust.git/blob - legacy-rustfmt.toml
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / legacy-rustfmt.toml
1 fn_args_layout = "Visual"
2 array_layout = "Visual"
3 control_style = "Legacy"
4 where_style = "Legacy"
5 generics_indent = "Visual"
6 fn_call_style = "Visual"
7 combine_control_expr = false
8 fn_args_paren_newline = true