editorconfig: add rst

This commit is contained in:
Campbell Barton 2018-06-18 18:53:49 +02:00
parent b7b7468bef
commit ab59f9e65d
1 changed files with 9 additions and 0 deletions

View File

@ -33,3 +33,12 @@ insert_final_newline = true
indent_style = tab
indent_size = 4
max_line_length = 120
# reStructuredText
[*.rst]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 3
max_line_length = 120