[Bf-blender-cvs] [f73255c1be4] master: editorconfig: correct indent size

Campbell Barton noreply at git.blender.org
Wed Apr 17 13:35:09 CEST 2019


Commit: f73255c1be4f079939512e5ded6e31d98c041776
Author: Campbell Barton
Date:   Wed Apr 17 13:34:26 2019 +0200
Branches: master
https://developer.blender.org/rBf73255c1be4f079939512e5ded6e31d98c041776

editorconfig: correct indent size

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

M	.editorconfig

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

diff --git a/.editorconfig b/.editorconfig
index a3966328353..691643adebe 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,7 @@ charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 indent_style = space
-indent_size = 4
+indent_size = 2
 max_line_length = 99
 
 # CMake & Text



More information about the Bf-blender-cvs mailing list