From: Hugo van Kemenade Date: Tue, 10 Oct 2023 14:36:19 +0000 (+0200) Subject: gh-110631: Set three-space indents for reST in EditorConfig (#110635) X-Git-Tag: v3.13.0a1~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66a9b1082049855889854bfde617059499c26dd2;p=thirdparty%2FPython%2Fcpython.git gh-110631: Set three-space indents for reST in EditorConfig (#110635) Set three-space indents in EditorConfig --- 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