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

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