mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
editorconfig: add rst
This commit is contained in:
parent
b7b7468bef
commit
ab59f9e65d
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue