From 9cc7f9dcd2ffa81644c6f98d0f74bfebf65edc34 Mon Sep 17 00:00:00 2001 From: sebm253 <42180891+sebm253@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:02:50 +0200 Subject: [PATCH] adjust editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5997b1dc3..cf6454ec8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,3 +47,6 @@ ij_go_wrap_func_result_newline_before_rparen = true indent_style = tab max_line_length = 600 ij_smart_tabs = true + +[{*.yaml,*.yml}] +indent_size = 2