2015-05-28 17:23:07 +00: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 05:06:41 +00:00
|
|
|
fn_args_layout = "Tall"
|
2015-09-01 05:22:00 +00:00
|
|
|
fn_arg_indent = "Visual"
|
2015-09-01 06:38:12 +00:00
|
|
|
where_indent = "Tabbed"
|
2015-09-01 06:53:16 +00:00
|
|
|
where_layout = "Vertical"
|
2015-09-01 06:20:17 +00:00
|
|
|
generics_indent = "Visual"
|
2015-06-23 13:58:58 +00:00
|
|
|
struct_trailing_comma = "Vertical"
|
2015-05-28 17:23:07 +00:00
|
|
|
struct_lit_trailing_comma = "Vertical"
|
2015-07-15 22:44:43 +00:00
|
|
|
struct_lit_style = "BlockIndent"
|
2015-05-28 17:23:07 +00:00
|
|
|
enum_trailing_comma = true
|
2015-06-08 23:42:29 +00:00
|
|
|
report_todo = "Always"
|
|
|
|
report_fixme = "Never"
|
2015-06-26 01:29:54 +00:00
|
|
|
reorder_imports = false
|
2015-07-20 21:29:25 +00:00
|
|
|
expr_indent_style = "Tabbed"
|
2015-08-19 20:39:45 +00:00
|
|
|
closure_indent_style = "Visual"
|
2015-08-25 19:46:58 +00:00
|
|
|
single_line_if_else = false
|