mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
7 lines
200 B
TOML
7 lines
200 B
TOML
edition = "2021"
|
|
# error_on_line_overflow = true
|
|
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
|