mirror of https://github.com/python/cpython
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}]
|
[*.{py,c,cpp,h}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.rst]
|
||||||
|
indent_size = 3
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in New Issue