diff --git a/.editorconfig b/.editorconfig index 9f2c1660b..afb383273 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 4 + +[.github/workflows/**.{yml,yaml}] +indent_size = 2