advent-of-code/2022/rustfmt.toml

8 lines
174 B
TOML
Raw Permalink Normal View History

2022-11-29 12:29:49 +01:00
newline_style = "Unix"
max_width = 140
imports_granularity = "Crate"
struct_field_align_threshold = 25
where_single_line = true
edition = "2021"
use_small_heuristics = "Max"