From 466f5b848f3cbd17c164338bb05b5516f61d9ce1 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 16 Jun 2025 14:43:21 -0400 Subject: [PATCH] update editorconfig --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index a631a11..4727568 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,9 +3,9 @@ root = true [*.yml] charset = utf-8 end_of_line = lf +indent_size = 2 +tab_width = 2 +indent_style = space insert_final_newline = false -indent_style = tab -indent_size = 4 -max_line_length = 120 trim_trailing_whitespace = true -tab_width = 4 \ No newline at end of file +max_line_length = 120