[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46785] trunk/blender/source/tools/ uncrustify.cfg: change for uncrusitify - use double indent for function args.

Campbell Barton ideasman42 at gmail.com
Fri May 18 22:03:58 CEST 2012


Revision: 46785
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46785
Author:   campbellbarton
Date:     2012-05-18 20:03:57 +0000 (Fri, 18 May 2012)
Log Message:
-----------
change for uncrusitify - use double indent for function args.

Modified Paths:
--------------
    trunk/blender/source/tools/uncrustify.cfg

Modified: trunk/blender/source/tools/uncrustify.cfg
===================================================================
--- trunk/blender/source/tools/uncrustify.cfg	2012-05-18 19:22:50 UTC (rev 46784)
+++ trunk/blender/source/tools/uncrustify.cfg	2012-05-18 20:03:57 UTC (rev 46785)
@@ -94,7 +94,7 @@
 indent_extern                            = false    # false/true
 
 # Whether the 'class' body is indented
-indent_class                             = false    # false/true
+indent_class                             = true    # false/true
 
 # Whether to indent the stuff after a leading class colon
 indent_class_colon                       = false    # false/true
@@ -117,7 +117,7 @@
 indent_func_call_param                   = false    # false/true
 
 # Same as indent_func_call_param, but for function defs
-indent_func_def_param                    = false    # false/true
+indent_func_def_param                    = true    # false/true
 
 # Same as indent_func_call_param, but for function protos
 indent_func_proto_param                  = false    # false/true
@@ -132,7 +132,7 @@
 indent_template_param                    = false    # false/true
 
 # Double the indent for indent_func_xxx_param options
-indent_func_param_double                 = false    # false/true
+indent_func_param_double                 = true    # false/true
 
 # Indentation column for standalone 'const' function decl/proto qualifier
 indent_func_const                        = 0        # number




More information about the Bf-blender-cvs mailing list