diff --git a/.editorconfig b/.editorconfig index fa49e893..5c94f778 100755 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true -[*.md] +[*.{md,rst}] indent_style = space indent_size = 2 trim_trailing_whitespace = false