json/rustfmt.toml
2016-07-15 01:39:29 -07:00

7 lines
158 B
TOML

fn_arg_indent = "Tabbed"
fn_args_layout = "Block"
max_width = 80
reorder_imports = true
struct_lit_multiline_style = "ForceMulti"
where_trailing_comma = true