gh-110631: Set three-space indents for reST in EditorConfig (#110635)

Set three-space indents in EditorConfig
This commit is contained in:
Hugo van Kemenade 2023-10-10 16:36:19 +02:00 committed by GitHub
parent 5bc1b7f08d
commit 66a9b10820
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