From 66a32af19878f8fc341c4e74b9324ea3e7c90b84 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 12 Nov 2023 02:50:19 -0500 Subject: chore: refactor lint/format config --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 64ab260..d395ba4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,10 +4,12 @@ root = true [*] indent_style = tab tab_width = 2 +indent_size = "tab" end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.yml] +[*.{yml,yaml}] indent_style = space +indent_size = 2 -- cgit v1.2.3