about summary refs log tree commit diff
path: root/src/default.toml
blob: 1a7b01473f3865dc4d867dad5de51c8e2a72b219 (plain)
1
2
3
4
5
6
7
8
9
10
11
max_width = 100
ideal_width = 80
leeway = 5
tab_spaces = 4
newline_style = "Unix"
fn_brace_style = "SameLineWhere"
fn_return_indent = "WithArgs"
fn_args_paren_newline = true
struct_trailing_comma = true
struct_lit_trailing_comma = "Vertical"
enum_trailing_comma = true