diff --git a/.editorconfig b/.editorconfig index 21f47648c..d1e59e514 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,8 @@ tab_width = 4 indent_style = space indent_size = 4 tab_width = 4 + +[*.yml] +indent_style = space +indent_size = 2 +tab_width = 2