rust/tests/config/small_tabs.toml
2022-05-30 08:56:09 -05:00

12 lines
247 B
TOML

max_width = 100
comment_width = 80
tab_spaces = 2
newline_style = "Unix"
brace_style = "SameLineWhere"
fn_args_layout = "Tall"
trailing_comma = "Vertical"
indent_style = "Block"
report_fixme = "Never"
reorder_imports = false
format_strings = true