44cbe4a280
- Update vendor/pezkuwi-zombienet-sdk/rustfmt.toml to stable-only - Reformat 74 vendor files with stable rustfmt - Remove nightly-only features causing CI failures
20 lines
405 B
TOML
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
|