From e73226622083deb3ec5289ea517b9963e1998b77 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 17 Mar 2023 09:34:30 -0400 Subject: feat(actions): add prettier format action --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 059f2de..b69d331 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,7 @@ insert_final_newline = true charset = utf-8 indent_style = tab indent_size = 4 + +[*.yaml] +indent_style = space +indent_size = 2 -- cgit v1.2.3