Initial template commit

This commit is contained in:
2025-03-07 17:16:08 +02:00
commit 11f391964b
68 changed files with 1632 additions and 0 deletions

14
.rustfmt.toml Normal file
View File

@@ -0,0 +1,14 @@
edition = "2024"
tab_spaces = 4
max_width = 120
chain_width = 40
single_line_if_else_max_width = 0
comment_width = 100
format_strings = true
imports_layout = "Vertical"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
format_code_in_doc_comments = true
wrap_comments = true
use_field_init_shorthand = true
use_small_heuristics = "Max"