diff --git a/.editorconfig b/.editorconfig index f2e7f7d0..59b8db48 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,8 @@ root = true end_of_line = lf insert_final_newline = true indent_style = tab +tab_width = 2 + +[*{yml,yaml}] +indent_style = space +indent_size = 2