rust/tests/target/configs/use_small_heuristics
Yacin Tmimi fe8b72d98e implement single_line_let_else_max_width
This allows users to configure the maximum length of a single line
`let-else` statements. `let-else` statements that otherwise meet the
requirements to be formatted on a single line will have their divergent
`else` block formatted over multiple lines if they exceed this length.

**Note**: `single_line_let_else_max_widt` will be introduced as a stable
configuration option.
2023-07-01 01:06:35 -05:00
..
default.rs implement single_line_let_else_max_width 2023-07-01 01:06:35 -05:00
max.rs implement single_line_let_else_max_width 2023-07-01 01:06:35 -05:00
off.rs implement single_line_let_else_max_width 2023-07-01 01:06:35 -05:00