Skip to content

Commit

Permalink
editorconfig: Add reStructuredText indentation style
Browse files Browse the repository at this point in the history
This commit adds the reStructuredText indentation style.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio authored and nashif committed Apr 28, 2022
1 parent 5d8f1de commit 380bf3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 380bf3a

Please sign in to comment.