diff --git a/.editorconfig b/.editorconfig index fe1e9176..fb4bac6a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,11 @@ tab_width = 8 [*.sh] shell_variant = bash # used by `shfmt` + +[*.y{a,}ml] +indent_style = space +indent_size = 2 + +[*.py] +indent_style = space +indent_size = 4