2015-05-28 12:23:07 -05:00
|
|
|
max_width = 100
|
|
|
|
ideal_width = 80
|
|
|
|
tab_spaces = 2
|
|
|
|
newline_style = "Unix"
|
|
|
|
fn_brace_style = "SameLineWhere"
|
|
|
|
fn_return_indent = "WithArgs"
|
|
|
|
fn_args_paren_newline = true
|
2015-09-01 15:56:37 -05:00
|
|
|
fn_args_density = "Tall"
|
2015-09-01 16:41:08 -05:00
|
|
|
fn_args_layout = "Visual"
|
2015-09-01 00:22:00 -05:00
|
|
|
fn_arg_indent = "Visual"
|
2015-09-01 02:36:00 -05:00
|
|
|
where_density = "Tall"
|
2015-09-01 01:38:12 -05:00
|
|
|
where_indent = "Tabbed"
|
2015-09-01 01:53:16 -05:00
|
|
|
where_layout = "Vertical"
|
2015-09-01 02:04:41 -05:00
|
|
|
where_pred_indent = "Visual"
|
2016-01-25 19:42:11 -06:00
|
|
|
where_trailing_comma = false
|
2015-09-01 01:20:17 -05:00
|
|
|
generics_indent = "Visual"
|
2015-06-23 08:58:58 -05:00
|
|
|
struct_trailing_comma = "Vertical"
|
2015-05-28 12:23:07 -05:00
|
|
|
struct_lit_trailing_comma = "Vertical"
|
2015-09-01 16:41:08 -05:00
|
|
|
struct_lit_style = "Block"
|
2015-05-28 12:23:07 -05:00
|
|
|
enum_trailing_comma = true
|
2015-06-08 18:42:29 -05:00
|
|
|
report_todo = "Always"
|
|
|
|
report_fixme = "Never"
|
2015-06-25 20:29:54 -05:00
|
|
|
reorder_imports = false
|
2016-05-29 10:58:38 -05:00
|
|
|
single_line_if_else_max_width = 0
|
2015-09-01 07:14:52 -05:00
|
|
|
format_strings = true
|
2015-09-09 16:17:31 -05:00
|
|
|
chains_overflow_last = true
|
|
|
|
take_source_hints = true
|