diff --git a/.editorconfig b/.editorconfig index c8fc38f53..3fda55f35 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,10 @@ insert_final_newline = true [*.{js,jsx,ts}] quote_type = single +[*.{yml,yaml}] +indent_style = space +indent_size = 4 + [package.json] indent_style = space tab_width = 4