Files
pezkuwichain 44cbe4a280 fix: migrate vendor rustfmt.toml to stable-only features
- Update vendor/pezkuwi-zombienet-sdk/rustfmt.toml to stable-only
- Reformat 74 vendor files with stable rustfmt
- Remove nightly-only features causing CI failures
2025-12-23 10:00:48 +03:00

20 lines
405 B
TOML

# Pezkuwi ZombieNet SDK - Stable Rustfmt Configuration
# Only stable features for compatibility with CI
# Basic (stable)
hard_tabs = true
max_width = 100
use_small_heuristics = "Max"
# Imports (stable)
reorder_imports = true
reorder_modules = true
# Consistency (stable)
newline_style = "Unix"
# Misc (stable)
match_block_trailing_comma = true
use_field_init_shorthand = true
use_try_shorthand = true