chore: Fix formatting

This commit is contained in:
Xavier Moffett 2025-07-19 02:52:07 -04:00
parent 09c330312f
commit 30ad3e7d5c
Signed by: Sapphirus
GPG key ID: E967DD18119C6EEA
6 changed files with 201 additions and 120 deletions

16
.rustfmt.toml Normal file
View file

@ -0,0 +1,16 @@
unstable_features = true
indent_style = "Block"
imports_indent = "Block"
imports_layout = "HorizontalVertical"
imports_granularity = "Crate"
brace_style = "PreferSameLine"
match_arm_leading_pipes = "Never"
match_arm_blocks = false
condense_wildcard_suffixes = true
overflow_delimited_expr = false
spaces_around_ranges = true
reorder_imports = true
hard_tabs = false
max_width = 130
fn_call_width = 120
chain_width = 90