From cafd6526fe2f4d96418a7089cb2d777386bf0956 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Wed, 23 Mar 2022 20:01:11 +0100 Subject: [PATCH] chore(editorconfig): add yml config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index aede4562f..0ad0bd1c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,6 @@ indent_size = 4 # In a Makefile, the tab is significant and not "just" whitespace [Makefile] indent_style = tab + +[*.yml] +indent_size = 2