rust/tests/config/small_tabs.toml
Nick Cameron 8bca85c4b6 Support block indent for function calls
Uses the `fn_call_style` option.

Fixes #1358
2017-03-28 10:43:46 +13:00

23 lines
550 B
TOML

max_width = 100
comment_width = 80
tab_spaces = 2
newline_style = "Unix"
fn_brace_style = "SameLineWhere"
fn_return_indent = "WithArgs"
fn_args_paren_newline = true
fn_args_density = "Tall"
fn_args_layout = "Visual"
where_density = "Tall"
where_indent = "Block"
where_layout = "Vertical"
where_pred_indent = "Visual"
generics_indent = "Visual"
trailing_comma = "Vertical"
struct_lit_style = "Block"
report_todo = "Always"
report_fixme = "Never"
reorder_imports = false
single_line_if_else_max_width = 0
format_strings = true
take_source_hints = true