rust/tests/config/small_tabs.toml

19 lines
438 B
TOML
Raw Normal View History

2015-05-28 12:23:07 -05:00
max_width = 100
comment_width = 80
2015-05-28 12:23:07 -05:00
tab_spaces = 2
newline_style = "Unix"
brace_style = "SameLineWhere"
2015-05-28 12:23:07 -05:00
fn_return_indent = "WithArgs"
fn_args_paren_newline = true
fn_args_density = "Tall"
where_density = "Tall"
where_layout = "Vertical"
2017-02-23 15:31:23 -06:00
trailing_comma = "Vertical"
2017-11-13 01:09:59 -06:00
indent_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