Advent of Code 2024 - Day 1 & 2
This commit is contained in:
parent
7865e624c5
commit
7ed2746251
15 changed files with 2245 additions and 1 deletions
11
advent_of_code_2024/rustfmt.toml
Normal file
11
advent_of_code_2024/rustfmt.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
unstable_features = true
|
||||
max_width = 120
|
||||
binop_separator = "Back"
|
||||
use_small_heuristics = "Off"
|
||||
fn_single_line = false
|
||||
indent_style = "Visual"
|
||||
imports_granularity = "Module"
|
||||
reorder_impl_items = true
|
||||
group_imports = "StdExternalCrate"
|
||||
enum_discrim_align_threshold = 120
|
||||
struct_field_align_threshold = 120
|
||||
Loading…
Add table
Add a link
Reference in a new issue