advent-of-code/2021/rustfmt.toml
2021-11-22 16:34:19 +01:00

9 lines
195 B
TOML

newline_style = "Unix"
max_width = 140
merge_imports = true
imports_granularity = "Crate"
struct_field_align_threshold = 25
where_single_line = true
edition = "2021"
use_small_heuristics = "Max"