blob: d4c2fae039148c531426787366e248a5750b1245 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
unstable_features = true
overflow_delimited_expr = true
spaces_around_ranges = true
use_field_init_shorthand = true
merge_derives = false
max_width = 90
struct_lit_width = 40
chain_width = 70
single_line_if_else_max_width = 60
|