diff --git a/.editorconfig b/.editorconfig index 6de71fc..7cb7a23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,4 +3,7 @@ root = true [*] indent_style = tab indent_size = 4 -quote_type = single \ No newline at end of file +quote_type = single + +[*.rst] +indent_style = space \ No newline at end of file