Added advent of code 2025
This commit is contained in:
parent
3ece448fd8
commit
4cbb61569d
11 changed files with 4528 additions and 0 deletions
14
advent_of_code_2025/rustfmt.toml
Normal file
14
advent_of_code_2025/rustfmt.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue