]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - etc/uncrustify.cfg
Merge target-specific drv/adc.h to a single file
[pes-rpp/rpp-lib.git] / etc / uncrustify.cfg
index da97ae80e7731518498d280172ade1ebe83a880e..d6a0a1f2006b628b281c12982f2c05eeb0452a24 100644 (file)
@@ -49,14 +49,14 @@ indent_continue                          = 0        # number
 # 0=spaces only
 # 1=indent with tabs to brace level, align with spaces
 # 2=indent and align with tabs, using spaces when not on a tabstop
-indent_with_tabs                         = 0        # number
+indent_with_tabs                         = 2        # number
 
 # Comments that are not a brace level are indented with tabs on a tabstop.
 # Requires indent_with_tabs=2. If false, will use spaces.
 indent_cmt_with_tabs                     = false    # false/true
 
 # Whether to indent strings broken by '\' so that they line up
-indent_align_string                      = false    # false/true
+indent_align_string                      = true     # false/true
 
 # The number of spaces to indent multi-line XML strings.
 # Requires indent_align_string=True
@@ -264,10 +264,10 @@ sp_before_ptr_star                       = add   # ignore/add/remove/force
 
 # Add or remove space before pointer star '*' that isn't followed by a variable name
 # If set to 'ignore', sp_before_ptr_star is used instead.
-sp_before_unnamed_ptr_star               = remove   # ignore/add/remove/force
+sp_before_unnamed_ptr_star               = ignore   # ignore/add/remove/force
 
 # Add or remove space between pointer stars '*'
-sp_between_ptr_star                      = ignore   # ignore/add/remove/force
+sp_between_ptr_star                      = remove   # ignore/add/remove/force
 
 # Add or remove space after pointer star '*', if followed by a word.
 sp_after_ptr_star                        = remove   # ignore/add/remove/force
@@ -1299,7 +1299,7 @@ cmt_reflow_mode                          = 0        # number
 
 # If false, disable all multi-line comment changes, including cmt_width. keyword substitution, and leading chars.
 # Default is true.
-cmt_indent_multi                         = true     # false/true
+cmt_indent_multi                         = false     # false/true
 
 # Whether to group c-comments that look like they are in a block
 cmt_c_group                              = false    # false/true