2023-08-04 09:36:40 -05:00
|
|
|
edition = "2021"
|
2024-01-29 21:56:58 -06:00
|
|
|
# error_on_line_overflow = true
|
2023-08-04 09:36:40 -05:00
|
|
|
newline_style = "Unix"
|
|
|
|
single_line_if_else_max_width = 60
|
|
|
|
single_line_let_else_max_width = 60
|
|
|
|
use_field_init_shorthand = true
|
|
|
|
use_try_shorthand = true
|