pinnacle/rustfmt.toml

8 lines
198 B
TOML
Raw Normal View History

2023-08-04 16:36:40 +02:00
edition = "2021"
2023-05-29 02:14:30 +02:00
error_on_line_overflow = true
2023-08-04 16:36:40 +02: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