From 94e16923c7cfd21cdd690c797cdd8770b043de47 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sat, 22 Mar 2025 11:33:12 -0400 Subject: [PATCH] Add better YAML support to .editorconfig --- home/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.editorconfig b/home/.editorconfig index 7d97c94..0b4f89b 100755 --- a/home/.editorconfig +++ b/home/.editorconfig @@ -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