Closed
Description
This issue is automatically created based on existing pull request: #30062: Feature/formatting json yaml
Description (*)
Consider using a indentation of 2 for json and yaml files.
The recommended default for the package.json and yaml files is 2.
The only exception is composer that uses 4.
I know yaml is not a file format found in Magento 2 by default.
But it is used for some use case.
This PR suggests adding more rules to the editorconfig.
Manual testing scenarios (*)
None, this just a formatting suggestion
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
No tests needed