diff --git a/.editorconfig b/.editorconfig index c3bc08899f8036..d957efd5e87681 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,6 +31,11 @@ indent_size = 4 indent_style = tab indent_size = 8 +# reStructuredText +[*.rst] +indent_style = space +indent_size = 3 + # YAML [*.{yml,yaml}] indent_style = space