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"
|
2017-11-14 10:47:02 +09:00
|
|
|
brace_style = "SameLineWhere"
|
2019-06-03 15:26:48 +02:00
|
|
|
fn_args_layout = "Tall"
|
2017-02-24 10:31:23 +13:00
|
|
|
trailing_comma = "Vertical"
|
2017-11-13 16:09:59 +09:00
|
|
|
indent_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
|
2015-09-01 08:14:52 -04:00
|
|
|
format_strings = true
|