From a4386cfaa48dad18c9ce9e9589ca031d5b192f7c Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 4 Nov 2021 09:33:51 +0100 Subject: [PATCH] Yml files have 2 white spaces for indentation --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d014440d..72f1ae14 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,5 @@ insert_final_newline = true indent_style = space indent_size = 4 -[{package.json,.travis.yml}] +[{package.json,*.yml}] indent_size = 2