From 7172c7f727a181bc1fa76c7fe67ded36790a2e5e Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Tue, 24 Sep 2019 16:09:20 +0200 Subject: [PATCH] Add editorconfig settings for yaml files (#3027) --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 21f47648c..d1e59e514 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,8 @@ tab_width = 4 indent_style = space indent_size = 4 tab_width = 4 + +[*.yml] +indent_style = space +indent_size = 2 +tab_width = 2