mirror of
https://github.com/python/cpython.git
synced 2024-11-23 09:54:58 +08:00
gh-110631: Set three-space indents for reST in EditorConfig (#110635)
Set three-space indents in EditorConfig
This commit is contained in:
parent
5bc1b7f08d
commit
66a9b10820
@ -8,5 +8,8 @@ indent_style = space
|
||||
[*.{py,c,cpp,h}]
|
||||
indent_size = 4
|
||||
|
||||
[*.rst]
|
||||
indent_size = 3
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
Loading…
Reference in New Issue
Block a user