hyperledger / fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
15.77k stars 8.86k forks source link

Update YAML indentation to 2 spaces in sampleconfig for consistency #5050

Closed satota2 closed 2 weeks ago

satota2 commented 2 weeks ago

Type of change

Description

This PR unifies the indentation in YAML files within sampleconfig to 2 spaces, aligning with the indentation style used in other YAML files.

Related issues

https://github.com/hyperledger/fabric-samples/pull/1266