Add better YAML support to .editorconfig

This commit is contained in:
Michael Bradley 2025-03-22 11:33:12 -04:00
parent a0e7d62212
commit 94e16923c7
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -18,7 +18,7 @@ indent_style = space
indent_style = space
indent_size = 8
[*.{bashrc,sh,zsh,zshrc,yuck,yaml}]
[*.{bashrc,sh,zsh,zshrc,yuck,yaml,yml}]
indent_style = space
indent_size = 2