2015-05-28 12:23:07 -05:00
|
|
|
max_width = 100
|
|
|
|
ideal_width = 80
|
|
|
|
leeway = 5
|
|
|
|
tab_spaces = 2
|
|
|
|
newline_style = "Unix"
|
|
|
|
fn_brace_style = "SameLineWhere"
|
|
|
|
fn_return_indent = "WithArgs"
|
|
|
|
fn_args_paren_newline = true
|
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-07-15 17:44:43 -05:00
|
|
|
struct_lit_style = "BlockIndent"
|
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
|