1
0
This commit is contained in:
2024-11-11 05:24:56 +03:00
parent 322a8faec7
commit 0f31e7a52e
18 changed files with 1202 additions and 379 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