2015-05-28 19:23:07 +02:00
|
|
|
max_width = 100
|
2017-03-12 21:07:33 +01:00
|
|
|
comment_width = 80
|
2015-05-28 19:23:07 +02:00
|
|
|
tab_spaces = 2
|
|
|
|
newline_style = "Unix"
|
|
|
|
fn_brace_style = "SameLineWhere"
|
|
|
|
fn_return_indent = "WithArgs"
|
|
|
|
fn_args_paren_newline = true
|
2015-09-02 08:56:37 +12:00
|
|
|
fn_args_density = "Tall"
|
2015-09-02 09:41:08 +12:00
|
|
|
fn_args_layout = "Visual"
|
2015-09-01 19:36:00 +12:00
|
|
|
where_density = "Tall"
|
2015-09-01 18:53:16 +12:00
|
|
|
where_layout = "Vertical"
|
2015-09-01 19:04:41 +12:00
|
|
|
where_pred_indent = "Visual"
|
2015-09-01 18:20:17 +12:00
|
|
|
generics_indent = "Visual"
|
2017-02-24 10:31:23 +13:00
|
|
|
trailing_comma = "Vertical"
|
2015-09-02 09:41:08 +12:00
|
|
|
struct_lit_style = "Block"
|
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
|
2016-05-29 17:58:38 +02:00
|
|
|
single_line_if_else_max_width = 0
|
2015-09-01 08:14:52 -04:00
|
|
|
format_strings = true
|
2015-09-09 23:17:31 +02:00
|
|
|
take_source_hints = true
|