From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:03:11 +0000 (+0200) Subject: [3.11] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635) (... X-Git-Tag: v3.11.7~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b67878daa9fee58db80609f851ada9402fcd71c;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635) (#110638) gh-110631: Set three-space indents for reST in EditorConfig (GH-110635) Set three-space indents in EditorConfig (cherry picked from commit 66a9b1082049855889854bfde617059499c26dd2) Co-authored-by: Hugo van Kemenade --- diff --git a/.editorconfig b/.editorconfig index 81445d2d79c7..0169eed951cd 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