Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove default indent from .editorconfig (#49183)
Backport of #49136. Prior to 3a3e5f6, there was no default indent configured in `.editorconfig`. This changed to 4 spaces when we configured an explicit indent of 2 for Gradle files. However, this change meant that YAML files then had 4-space indents, which is valid, but the repo's YAML files typically use 2-space indents. Remove the default indent again, and instead explicitly set an indent size for a variety of file types.
- Loading branch information