[balsa] uncrustify.cfg: Align struct initializers



commit 926476fecaf6dd2b218e7e1b285dbee7ea7f5eef
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 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uncrustify.cfg b/uncrustify.cfg
index 254ff00fb..0b7969fdb 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]