style: reformat yaml to 2 spaces much easier to edit with Zed this way
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M .editorconfig → .editorconfig
@@ -12,7 +12,7 @@ [{justfile,go.mod,go.sum,*.go,.gitmodules}] indent_style = tab [*.yaml] -indent_size = 4 +indent_size = 2 [*.md] indent_size = 4