rust/tests/config/small_tabs.toml
2017-11-24 13:19:36 +13:00

16 lines
383 B
TOML

max_width = 100
comment_width = 80
tab_spaces = 2
newline_style = "Unix"
brace_style = "SameLineWhere"
fn_args_paren_newline = true
fn_args_density = "Tall"
where_density = "Tall"
where_layout = "Vertical"
trailing_comma = "Vertical"
indent_style = "Block"
report_todo = "Always"
report_fixme = "Never"
reorder_imports = false
single_line_if_else_max_width = 0
format_strings = true