pinnacle/rustfmt.toml

8 lines
198 B
TOML
Raw Normal View History

2023-08-04 09:36:40 -05:00
edition = "2021"
2023-05-28 19:14:30 -05: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