Skip to content

Commit

Permalink
pythongh-110631: Set three-space indents for reST in EditorConfig (py…
Browse files Browse the repository at this point in the history
…thonGH-110635)

Set three-space indents in EditorConfig
(cherry picked from commit 66a9b10)

Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
hugovk authored and miss-islington committed Oct 10, 2023
1 parent 9485765 commit 40de936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ indent_style = space
[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.yml]
indent_size = 2

0 comments on commit 40de936

Please sign in to comment.