openethereum/rustfmt.toml

16 lines
332 B
TOML
Raw Normal View History

2016-02-16 10:21:46 +01:00
verbose=false
max_width=100
comment_width=100
tab_spaces=4
fn_call_width=100
2016-04-13 17:39:20 +02:00
struct_lit_width=32
fn_call_style="Visual"
single_line_if_else_max_width=100
trailing_comma="Vertical"
chain_indent="Visual"
chain_one_line_max=100
2016-02-16 10:21:46 +01:00
reorder_imports=true
format_strings=false
hard_tabs=true
wrap_match_arms=false
error_on_line_overflow=false