aro/rustfmt.toml
2023-01-26 15:04:39 +01:00

8 lines
174 B
TOML

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