First full working version.

This commit is contained in:
2025-08-09 18:09:37 +02:00
commit a543458658
23 changed files with 3238 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Stable Rust rustfmt configuration
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
use_small_heuristics = "Default"
edition = "2021"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
reorder_imports = true
reorder_modules = true
remove_nested_parens = true