This commit is contained in:
2025-05-14 06:47:10 +03:00
commit f04f5e6e41
64 changed files with 7281 additions and 0 deletions

7
rustfmt.toml Normal file
View File

@@ -0,0 +1,7 @@
match_block_trailing_comma = true
newline_style = "Unix"
style_edition = "2024"
group_imports = "StdExternalCrate"
imports_granularity = "Module"
unstable_features = true