Skip to content

Commit

Permalink
gh-110631: Set three-space indents for reST in EditorConfig (#110635)
Browse files Browse the repository at this point in the history
Set three-space indents in EditorConfig
  • Loading branch information
hugovk authored Oct 10, 2023
1 parent 5bc1b7f commit 66a9b10
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 66a9b10

Please sign in to comment.