Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-18 19:53:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-18 19:53:49 +0300
commitab59f9e65d4fe07be4f542e291a52eb1d71a2d8a (patch)
treea2e43f425f5b12ecc071aeb880c2318f843ae83f /.editorconfig
parentb7b7468befbf401615d944df5263198d964fe19e (diff)
editorconfig: add rst
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index af00a097621..b02c9786794 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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