feat: refactor sgclaw around zeroclaw compat runtime

This commit is contained in:
zyl
2026-03-26 16:23:31 +08:00
parent bca5b75801
commit ff0771a83f
1059 changed files with 409460 additions and 23 deletions

15
third_party/zeroclaw/rustfmt.toml vendored Normal file
View File

@@ -0,0 +1,15 @@
edition = "2021"
# Formatting constraints (stable)
max_width = 100
tab_spaces = 4
hard_tabs = false
# Code style (stable)
use_field_init_shorthand = true
use_try_shorthand = true
reorder_imports = true
reorder_modules = true
# Match arm formatting (stable)
match_arm_leading_pipes = "Never"