Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed .editorconfig formatting issues and improved compatibility
- Removed an empty section `[]` at the end of the file, as it is invalid and unnecessary. - Split `[*.{yml,yaml}]` into separate sections `[*.yml]` and `[*.yaml]` to ensure compatibility with older editors that do not support wildcard patterns. - Updated indentation settings for YAML files to maintain consistency across all editors and IDEs.
- Loading branch information