Skip to content

Commit

Permalink
Some tuning of rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Drwięga committed Apr 13, 2016
1 parent cb4288b commit 30dc58c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ max_width=1000
ideal_width=1000
tabs_spaces=4
fn_call_width=1000
struct_lit_width=32
fn_arg_indent="Tabbed"
single_line_if_else=true
where_indent="Visual"
where_trailing_comma=true
chain_base_indent="Inherit"
chain_indent="Tabbed"
chain_indent="Inherit"
reorder_imports=true
format_strings=false
chain_overflow_last=false
hard_tabs=true
wrap_match_arms=false

0 comments on commit 30dc58c

Please sign in to comment.