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
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ indent_size = 4
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
||||||
|
# reStructuredText
|
||||||
|
[*.rst]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 3
|
||||||
|
|
||||||
# YAML
|
# YAML
|
||||||
[*.{yml,yaml}]
|
[*.{yml,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue