chore: update

This commit is contained in:
oomeow
2025-10-04 10:56:33 +08:00
parent 04bbe7f544
commit 56a8f74adb

View File

@@ -0,0 +1,18 @@
edition = "2024"
style_edition = "2024"
max_width = 120
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
# -- wait for stable --
imports_granularity = "Crate"
group_imports = "StdExternalCrate"