puzzles/advent_of_code_2015/rustfmt.toml
2025-12-07 18:18:40 +01:00

14 lines
No EOL
376 B
TOML

binop_separator = "Back"
brace_style = "PreferSameLine"
edition = "2024"
enum_discrim_align_threshold = 120
fn_single_line = false
group_imports = "StdExternalCrate"
imports_granularity = "Module"
indent_style = "Block"
max_width = 160
reorder_impl_items = false
struct_field_align_threshold = 120
unstable_features = true
use_small_heuristics = "Max"
where_single_line = true