editorconfig: Add reStructuredText indentation style
This commit adds the reStructuredText indentation style. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
5d8f1de3bf
commit
380bf3ad04
|
@ -31,6 +31,11 @@ indent_size = 4
|
|||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
# reStructuredText
|
||||
[*.rst]
|
||||
indent_style = space
|
||||
indent_size = 3
|
||||
|
||||
# YAML
|
||||
[*.{yml,yaml}]
|
||||
indent_style = space
|
||||
|
|
Loading…
Reference in a new issue