yaml indent fine tuning (#15189)

This commit is contained in:
Tony Murray 2023-08-04 06:28:37 -05:00 committed by GitHub
parent 523e76db71
commit 5b409a3700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
[*.yaml]
indent_size = 4
[{*.yml,db_schema.yaml}]
indent_size = 2