From 058ca8c5602e80f30d12f90ef498748cdcb7709f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 15 Apr 2020 13:47:33 +0200 Subject: [PATCH] Update editor config for .yml files Signed-off-by: Joas Schilling --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0b4e725ad8f..51117a6e796 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,10 @@ trim_trailing_whitespace = true indent_size = 2 indent_style = space +[*.yml] +indent_size = 2 +indent_style = space + [*.md] trim_trailing_whitespace = false