pinnacle/rustfmt.toml

8 lines
200 B
TOML
Raw Normal View History

2023-08-04 16:36:40 +02:00
edition = "2021"
2024-01-30 04:56:58 +01: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