Skip to content

Commit

Permalink
small changes to uncrustify_headers.cft
Browse files Browse the repository at this point in the history
  • Loading branch information
pchickey committed Aug 22, 2012
1 parent b960619 commit c9da4a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uncrustify_headers.cfg
Expand Up @@ -257,7 +257,7 @@ sp_paren_paren = ignore # ignore/add/remove/force
sp_balance_nested_parens = false # false/true sp_balance_nested_parens = false # false/true


# Add or remove space between ')' and '{' # Add or remove space between ')' and '{'
sp_paren_brace = ignore # ignore/add/remove/force sp_paren_brace = force# ignore/add/remove/force


# Add or remove space before pointer star '*' # Add or remove space before pointer star '*'
sp_before_ptr_star = ignore # ignore/add/remove/force sp_before_ptr_star = ignore # ignore/add/remove/force
Expand Down Expand Up @@ -652,7 +652,7 @@ align_func_params = true # false/true
align_same_func_call_params = false # false/true align_same_func_call_params = false # false/true


# The span for aligning variable definitions (0=don't align) # The span for aligning variable definitions (0=don't align)
align_var_def_span = 3 # number align_var_def_span = 2 # number


# How to align the star in variable definitions. # How to align the star in variable definitions.
# 0=Part of the type 'void * foo;' # 0=Part of the type 'void * foo;'
Expand Down Expand Up @@ -1295,7 +1295,7 @@ cmt_width = 78 # number
# 0: no reflowing (apart from the line wrapping due to cmt_width) # 0: no reflowing (apart from the line wrapping due to cmt_width)
# 1: no touching at all # 1: no touching at all
# 2: full reflow # 2: full reflow
cmt_reflow_mode = 0 # number cmt_reflow_mode = 1 # number


# If false, disable all multi-line comment changes, including cmt_width. keyword substitution, and leading chars. # If false, disable all multi-line comment changes, including cmt_width. keyword substitution, and leading chars.
# Default is true. # Default is true.
Expand Down

0 comments on commit c9da4a8

Please sign in to comment.