Merge pull request #46244 from Calinou/editorconfig-yaml-spaces

Use space indentation for all YAML files in `.editorconfig`
This commit is contained in:
Rémi Verschelde 2021-02-21 12:38:28 +01:00 committed by GitHub
commit ff8a1fdc19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ indent_size = 4
indent_style = space
indent_size = 4
[.travis.yml]
# YAML requires indentation with spaces instead of tabs.
[*.{yml,yaml}]
indent_style = space
indent_size = 2