Advent 2016 Day 1 Part 1 & 2

This commit is contained in:
Jos van Goor 2025-12-06 17:30:26 +01:00
parent 569e7de087
commit 93b6ec8cc9
12 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,14 @@
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