advent-of-code/2021/rustfmt.toml

8 lines
174 B
TOML
Raw Normal View History

2021-11-22 14:30:40 +01:00
newline_style = "Unix"
max_width = 140
2021-11-22 16:34:19 +01:00
imports_granularity = "Crate"
2021-11-22 14:30:40 +01:00
struct_field_align_threshold = 25
where_single_line = true
edition = "2021"
2021-11-22 16:34:19 +01:00
use_small_heuristics = "Max"