2015-05-28 17:23:07 +00: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 20:56:37 +00:00
|
|
|
fn_args_density = "Tall"
|
2015-09-01 21:41:08 +00:00
|
|
|
fn_args_layout = "Visual"
|
2015-09-01 05:22:00 +00:00
|
|
|
fn_arg_indent = "Visual"
|
2015-09-01 07:36:00 +00:00
|
|
|
where_density = "Tall"
|
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 07:04:41 +00:00
|
|
|
where_pred_indent = "Visual"
|
2015-09-01 06:20:17 +00:00
|
|
|
generics_indent = "Visual"
|
2017-02-23 21:31:23 +00:00
|
|
|
trailing_comma = "Vertical"
|
2015-09-01 21:41:08 +00:00
|
|
|
struct_lit_style = "Block"
|
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
|
2016-05-29 15:58:38 +00:00
|
|
|
single_line_if_else_max_width = 0
|
2015-09-01 12:14:52 +00:00
|
|
|
format_strings = true
|
2015-09-09 21:17:31 +00:00
|
|
|
take_source_hints = true
|