This commit is contained in:
2025-07-26 20:18:49 +07:00
parent fab34de1ee
commit 98eda38377
200 changed files with 4198 additions and 38072 deletions

9
rustfmt.toml Normal file
View File

@@ -0,0 +1,9 @@
tab_spaces = 4
newline_style = "Auto"
reorder_imports = true
reorder_modules = true
reorder_impl_items = true
indent_style = "Block"
normalize_comments = false
imports_granularity = "Module"
group_imports = "StdExternalCrate"