[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 66a9b10820)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-10 17:03:11 +02:00 committed by GitHub
parent 3788c48d12
commit 4b67878daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,8 @@ indent_style = space
[*.{py,c,cpp,h}]
indent_size = 4
[*.rst]
indent_size = 3
[*.yml]
indent_size = 2