]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Oct 2023 15:20:52 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 15:20:52 +0000 (15:20 +0000)
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 <hugovk@users.noreply.github.com>
.editorconfig

index 81445d2d79c7394e3cb1ca6689d549f6b5876d27..0169eed951cd3f1d13f4d5cb6252dbb5f5c3a041 100644 (file)
@@ -8,5 +8,8 @@ indent_style = space
 [*.{py,c,cpp,h}]
 indent_size = 4
 
+[*.rst]
+indent_size = 3
+
 [*.yml]
 indent_size = 2