From 05c4e899fa0f9ba43c83613c924843d44c76072f Mon Sep 17 00:00:00 2001 From: Marc Anton Dahmen Date: Thu, 19 Jan 2023 16:27:57 +0100 Subject: [PATCH] update .editorconfig --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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