chore: add rustfmt.toml to tauri-plugin-mihomo

This commit is contained in:
oomeow
2025-10-02 14:21:59 +08:00
Unverified
parent 210f38dbb5
commit bfa749d8a9

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"