fix: use space indenting for yaml files (#16295)

This commit is contained in:
James Ross 2024-08-20 16:36:08 +02:00 committed by GitHub
parent 7e346d6f1b
commit 23285ea374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,5 +9,5 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.yml]
[*.{yml,yaml}]
indent_style = space