[Bf-blender-cvs] [4ea4f236309] temp-clang-format: Use 2x spaces indent for shell too

Campbell Barton noreply at git.blender.org
Wed Apr 17 06:03:54 CEST 2019


Commit: 4ea4f23630992d0fd466699914ce6f989ea5720b
Author: Campbell Barton
Date:   Wed Apr 17 06:03:28 2019 +0200
Branches: temp-clang-format
https://developer.blender.org/rB4ea4f23630992d0fd466699914ce6f989ea5720b

Use 2x spaces indent for shell too

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

M	.editorconfig

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

diff --git a/.editorconfig b/.editorconfig
index fe6b0444a57..a3966328353 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,9 +12,9 @@ max_line_length = 99
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
-indent_style = tab
-indent_size = 4
-max_line_length = 120
+indent_style = space
+indent_size = 2
+max_line_length = 99
 
 # Python
 [*.py]
@@ -30,9 +30,9 @@ max_line_length = 120
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
-indent_style = tab
-indent_size = 4
-max_line_length = 120
+indent_style = space
+indent_size = 2
+max_line_length = 99
 
 # reStructuredText
 [*.rst]



More information about the Bf-blender-cvs mailing list