diff --git a/.editorconfig b/.editorconfig index a98473e..b01b4d0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,7 @@ indent_style = space [Makefile] indent_size = 8 indent_style = tab + +[*.yml] +indent_size = 2 +indent_style = space