[Bf-blender-cvs] [ab59f9e65d4] master: editorconfig: add rst

Campbell Barton noreply at git.blender.org
Mon Jun 18 18:54:21 CEST 2018


Commit: ab59f9e65d4fe07be4f542e291a52eb1d71a2d8a
Author: Campbell Barton
Date:   Mon Jun 18 18:53:49 2018 +0200
Branches: master
https://developer.blender.org/rBab59f9e65d4fe07be4f542e291a52eb1d71a2d8a

editorconfig: add rst

===================================================================

M	.editorconfig

===================================================================

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



More information about the Bf-blender-cvs mailing list