]> git.lizzy.rs Git - rust.git/blob - tests/config/small_tabs.toml
Merge pull request #966 from MicahChalmer/skip-children-in-plain-write-mode
[rust.git] / tests / config / small_tabs.toml
1 max_width = 100
2 ideal_width = 80
3 tab_spaces = 2
4 newline_style = "Unix"
5 fn_brace_style = "SameLineWhere"
6 fn_return_indent = "WithArgs"
7 fn_args_paren_newline = true
8 fn_args_density = "Tall"
9 fn_args_layout = "Visual"
10 fn_arg_indent = "Visual"
11 where_density = "Tall"
12 where_indent = "Tabbed"
13 where_layout = "Vertical"
14 where_pred_indent = "Visual"
15 where_trailing_comma = false
16 generics_indent = "Visual"
17 struct_trailing_comma = "Vertical"
18 struct_lit_trailing_comma = "Vertical"
19 struct_lit_style = "Block"
20 enum_trailing_comma = true
21 report_todo = "Always"
22 report_fixme = "Never"
23 reorder_imports = false
24 single_line_if_else = false
25 format_strings = true
26 chains_overflow_last = true
27 take_source_hints = true