rust/tests/config/small_tabs.toml

28 lines
698 B
TOML
Raw Normal View History

2015-05-28 19:23:07 +02:00
max_width = 100
ideal_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"
fn_arg_indent = "Visual"
where_density = "Tall"
2015-09-01 08:38:12 +02:00
where_indent = "Tabbed"
where_layout = "Vertical"
where_pred_indent = "Visual"
where_trailing_comma = false
generics_indent = "Visual"
2015-06-23 15:58:58 +02:00
struct_trailing_comma = "Vertical"
2015-05-28 19:23:07 +02:00
struct_lit_trailing_comma = "Vertical"
struct_lit_style = "Block"
2015-05-28 19:23:07 +02:00
enum_trailing_comma = true
report_todo = "Always"
report_fixme = "Never"
reorder_imports = false
single_line_if_else = false
format_strings = true
chains_overflow_last = true
take_source_hints = true