2015-05-28 19:23:07 +02:00
|
|
|
max_width = 100
|
|
|
|
ideal_width = 80
|
|
|
|
leeway = 5
|
|
|
|
tab_spaces = 2
|
|
|
|
newline_style = "Unix"
|
|
|
|
fn_brace_style = "SameLineWhere"
|
|
|
|
fn_return_indent = "WithArgs"
|
|
|
|
fn_args_paren_newline = true
|
2015-09-01 17:06:41 +12:00
|
|
|
fn_args_layout = "Tall"
|
2015-09-01 17:22:00 +12:00
|
|
|
fn_arg_indent = "Visual"
|
2015-09-01 18:38:12 +12:00
|
|
|
where_indent = "Tabbed"
|
2015-09-01 18:20:17 +12:00
|
|
|
generics_indent = "Visual"
|
2015-06-23 15:58:58 +02:00
|
|
|
struct_trailing_comma = "Vertical"
|
2015-05-28 19:23:07 +02:00
|
|
|
struct_lit_trailing_comma = "Vertical"
|
2015-07-16 10:44:43 +12:00
|
|
|
struct_lit_style = "BlockIndent"
|
2015-05-28 19:23:07 +02:00
|
|
|
enum_trailing_comma = true
|
2015-06-09 01:42:29 +02:00
|
|
|
report_todo = "Always"
|
|
|
|
report_fixme = "Never"
|
2015-06-26 03:29:54 +02:00
|
|
|
reorder_imports = false
|
2015-07-20 23:29:25 +02:00
|
|
|
expr_indent_style = "Tabbed"
|
2015-08-19 22:39:45 +02:00
|
|
|
closure_indent_style = "Visual"
|
2015-08-25 21:46:58 +02:00
|
|
|
single_line_if_else = false
|