summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/config/small_tabs.toml
blob: c3cfd34317a377132f034e8a22c028bfac0a932d (plain)
1
2
3
4
5
6
7
8
9
10
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"
reorder_imports = false
format_strings = true