From d25e5bf40298a57f25a850150ca400d7c3c337bf Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Mon, 15 Jun 2020 16:47:42 +0200 Subject: [PATCH] Update .editorconfig Co-authored-by: Phil Ewels --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4a873e85..a6981b47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_size = 4 indent_style = space + +[*.{yml,yaml}] +indent_size = 2