fix: resolve rustfmt configuration duplicate key error and apply consistent code formatting across all source files

This commit is contained in:
floor-licker
2025-12-05 19:09:06 -05:00
parent 5576d765ee
commit 9993e51c7f
29 changed files with 2540 additions and 1673 deletions
-1
View File
@@ -33,7 +33,6 @@ match_block_trailing_comma = true
# Control flow
control_brace_style = "AlwaysSameLine"
control_brace_style = "ClosingNextLine"
# Functions
fn_call_width = 60