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"
|
2023-01-24 14:16:03 -06:00
|
|
|
fn_params_layout = "Tall"
|
2017-02-23 15:31:23 -06:00
|
|
|
trailing_comma = "Vertical"
|
2017-11-13 01:09:59 -06:00
|
|
|
indent_style = "Block"
|
2015-06-25 20:29:54 -05:00
|
|
|
reorder_imports = false
|
2015-09-01 07:14:52 -05:00
|
|
|
format_strings = true
|