From 66a9b1082049855889854bfde617059499c26dd2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 10 Oct 2023 16:36:19 +0200 Subject: gh-110631: Set three-space indents for reST in EditorConfig (#110635) Set three-space indents in EditorConfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 81445d2..0169eed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,8 @@ indent_style = space [*.{py,c,cpp,h}] indent_size = 4 +[*.rst] +indent_size = 3 + [*.yml] indent_size = 2 -- cgit v0.12