taplo: split long array line to multiline array (#7905)
# Description
It is difficult to spot changes to umbrella features when reviewing,
when defined on a long line, so made sure tomls formatting will be
applied to long array lines by splitting them on multiple lines. This
will be applied to any tomls in the monorepo that is not excluded from
taplo.
## Integration
N/A
## Review Notes
Set global taplo config `array_auto_expand` to true.
---------
Signed-off-by:
Iulian Barbu <iulian.barbu@parity.io>
Showing
- .config/taplo.toml 1 addition, 1 deletion.config/taplo.toml
- cumulus/test/runtime/Cargo.toml 3 additions, 1 deletioncumulus/test/runtime/Cargo.toml
- polkadot/roadmap/phase-1.toml 5 additions, 1 deletionpolkadot/roadmap/phase-1.toml
- polkadot/xcm/xcm-executor/integration-tests/Cargo.toml 8 additions, 1 deletionpolkadot/xcm/xcm-executor/integration-tests/Cargo.toml
- umbrella/Cargo.toml 387 additions, 2 deletionsumbrella/Cargo.toml
Please register or sign in to comment