From 380bf3ad044894cb1d40b0b21a4270e8729a1c0d Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 28 Apr 2022 02:56:09 +0900 Subject: [PATCH] editorconfig: Add reStructuredText indentation style This commit adds the reStructuredText indentation style. Signed-off-by: Stephanos Ioannidis --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) 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