2023-08-19 22:09:41 +01:00
|
|
|
max_width = 150
|
2023-05-25 22:02:42 +01:00
|
|
|
single_line_if_else_max_width = 100
|
|
|
|
chain_width = 100
|
2023-07-29 17:23:05 +01:00
|
|
|
fn_params_layout = "Compressed"
|
2023-05-25 22:02:42 +01:00
|
|
|
#control_brace_style = "ClosingNextLine"
|
2023-08-19 22:09:41 +01:00
|
|
|
#brace_style = "PreferSameLine"
|
|
|
|
struct_lit_width = 0
|
|
|
|
tab_spaces = 2
|
|
|
|
use_small_heuristics = "Max"
|