From 7aee970122eab4a556e661a73aa612f5db69b97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 6 Sep 2019 10:21:23 +0200 Subject: [PATCH] Enhancement: Configure indentation for YML files in .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 421bd83a9bd..536f29a3893 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,8 @@ indent_style = space indent_size = 4 charset = utf-8 +[*.yml] +indent_size = 2 + [tests/_files/*_result_cache.txt] insert_final_newline = false