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:
Stephanos Ioannidis 2022-04-28 02:56:09 +09:00 committed by Anas Nashif
parent 5d8f1de3bf
commit 380bf3ad04

View file

@ -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