From 759516cbce81c08a35a8a7408ef9649a485e43a4 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 19 Jun 2024 23:47:29 -0300 Subject: [PATCH] Update editorconfig --- dot_editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_editorconfig b/dot_editorconfig index 883b074..2386457 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -5,5 +5,8 @@ root = true end_of_line = lf charset = utf-8 indent_style = tab -insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2