]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-110631: Set three-space indents for reST in EditorConfig (#110635)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 10 Oct 2023 14:36:19 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 14:36:19 +0000 (14:36 +0000)
Set three-space indents in EditorConfig

.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