openethereum/rustfmt.toml

18 lines
351 B
TOML
Raw Normal View History

2016-02-16 10:21:46 +01:00
verbose=false
2016-04-13 00:06:02 +02:00
max_width=1000
ideal_width=1000
2016-02-16 10:21:46 +01:00
tabs_spaces=4
2016-04-13 00:06:02 +02:00
fn_call_width=1000
2016-04-13 17:39:20 +02:00
struct_lit_width=32
2016-04-04 09:13:24 +02:00
fn_arg_indent="Tabbed"
2016-02-16 10:21:46 +01:00
single_line_if_else=true
where_indent="Visual"
where_trailing_comma=true
chain_base_indent="Inherit"
2016-04-13 17:39:20 +02:00
chain_indent="Inherit"
2016-02-16 10:21:46 +01:00
reorder_imports=true
format_strings=false
2016-04-13 17:39:20 +02:00
chain_overflow_last=false
2016-02-16 10:21:46 +01:00
hard_tabs=true
wrap_match_arms=false