[balsa/wip/gtk4: 329/351] uncrustify.cfg: Align struct initializers



commit b646bb2b3de455b611021763bb88d484d26c66ae
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Thu May 3 19:57:14 2018 -0400

    uncrustify.cfg: Align struct initializers
    
    and attached comments.

 uncrustify.cfg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uncrustify.cfg b/uncrustify.cfg
index 4cee2e9..8991dcd 100644
--- a/uncrustify.cfg
+++ b/uncrustify.cfg
@@ -937,7 +937,7 @@ align_var_struct_thresh         = 0        # number
 align_var_struct_gap            = 0        # number
 
 # The span for aligning struct initializer values (0=don't align)
-align_struct_init_span          = 0        # number
+align_struct_init_span          = 1        # number
 
 # The minimum space between the type and the synonym of a typedef
 align_typedef_gap               = 0        # number
@@ -964,7 +964,7 @@ align_typedef_star_style        = 0        # number
 align_typedef_amp_style         = 0        # number
 
 # The span for aligning comments that end lines (0=don't align)
-align_right_cmt_span            = 0        # number
+align_right_cmt_span            = 2        # number
 
 # If aligning comments, mix with comments after '}' and #endif with less than 3 spaces before the comment
 align_right_cmt_mix             = false    # false/true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]