2023-08-27 17:38:30 +01:00
|
|
|
max_width = 150
|
|
|
|
single_line_if_else_max_width = 100
|
|
|
|
chain_width = 100
|
|
|
|
fn_params_layout = "Compressed"
|
|
|
|
#control_brace_style = "ClosingNextLine"
|
|
|
|
#brace_style = "PreferSameLine"
|
|
|
|
struct_lit_width = 0
|
|
|
|
tab_spaces = 2
|
2025-06-16 05:22:30 +01:00
|
|
|
use_small_heuristics = "Max"
|
|
|
|
#imports_granularity="Crate"
|