From 1361c0320292b678f947c6d6aab5d320d6b14a5b Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Wed, 31 Jan 2018 10:09:45 +0100 Subject: [PATCH] adapt editor config foy yaml files --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index e26065a81..91ee29022 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,5 @@ indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true +[*.{yml,yaml}] +indent_size = 2