2015-05-28 12:23:07 -05:00
|
|
|
max_width = 100
|
2017-03-12 15:07:33 -05:00
|
|
|
comment_width = 80
|
2015-05-28 12:23:07 -05:00
|
|
|
tab_spaces = 2
|
|
|
|
newline_style = "Unix"
|
2017-11-13 19:47:02 -06:00
|
|
|
brace_style = "SameLineWhere"
|
2015-05-28 12:23:07 -05:00
|
|
|
fn_return_indent = "WithArgs"
|
|
|
|
fn_args_paren_newline = true
|
2015-09-01 15:56:37 -05:00
|
|
|
fn_args_density = "Tall"
|
2015-09-01 02:36:00 -05:00
|
|
|
where_density = "Tall"
|
2015-09-01 01:53:16 -05:00
|
|
|
where_layout = "Vertical"
|
2017-02-23 15:31:23 -06:00
|
|
|
trailing_comma = "Vertical"
|
2017-11-13 01:09:59 -06:00
|
|
|
indent_style = "Block"
|
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
|
|
|
take_source_hints = true
|