8000 [3.12] gh-110631: Set three-space indents for reST in EditorConfig (G… · python/cpython@5b168fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b168fd

Browse files
[3.12] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635) (#110637)
gh-110631: Set three-space indents for reST in EditorConfig (GH-110635) Set three-space indents in EditorConfig (cherry picked from commit 66a9b10) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent c9157fe commit 5b168fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ indent_style = space
88
[*.{py,c,cpp,h}]
99
indent_size = 4
1010

11+
[*.rst]
12+
indent_size = 3
13+
1114
[*.yml]
1215
indent_size = 2

0 commit comments

Comments
 (0)
0