rust/tests/source/configs/single_line_let_else_max_width
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
..
50.rs implement single_line_let_else_max_width 2023-07-01 01:06:35 -05:00
100.rs implement single_line_let_else_max_width 2023-07-01 01:06:35 -05:00
zero.rs implement single_line_let_else_max_width 2023-07-01 01:06:35 -05:00