From 31a3458c93d7658de216123984e9cfb8ce012ee5 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 19 May 2020 09:21:55 +0300 Subject: [PATCH] editorconfig: add exception for yml files that use 2-space indentation --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index b37058252..99a70e4bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ insert_final_newline = true [*.build] indent_style = space indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2