From 3108aca6ba46b3f018d8e7152fceb71c63419992 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Thu, 16 Sep 2021 21:50:26 +0200 Subject: [PATCH] build: change editorconfig to use 2 space indentation for yaml files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index f8c5d3d..db9fe6d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,7 @@ indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.yaml] +indent_style = space +indent_size = 2