[Bf-blender-cvs] [b3dabc200a4] master: editorconfig: update for new clang-format config

Campbell Barton noreply at git.blender.org
Wed Apr 17 06:13:22 CEST 2019


Commit: b3dabc200a4b0399ec6b81f2ff2730d07b44fcaa
Author: Campbell Barton
Date:   Wed Apr 17 06:12:55 2019 +0200
Branches: master
https://developer.blender.org/rBb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa

editorconfig: update for new clang-format config

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

M	.editorconfig

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

diff --git a/.editorconfig b/.editorconfig
index 34d3f1aec82..a3966328353 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,18 +3,18 @@
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
-indent_style = tab
+indent_style = space
 indent_size = 4
-max_line_length = 120
+max_line_length = 99
 
 # CMake & Text
 [*.{cmake,txt}]
 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