diff options
Diffstat (limited to 'src/uncrustify.cfg')
-rw-r--r-- | src/uncrustify.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uncrustify.cfg b/src/uncrustify.cfg index 7dbaec7d67..13d1f472ed 100644 --- a/src/uncrustify.cfg +++ b/src/uncrustify.cfg @@ -196,7 +196,7 @@ sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined # Add or remove space after pointer star '*', if followed by a word. # # Overrides sp_type_func. -sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined +sp_after_ptr_star = remove # ignore/add/remove/force/not_defined # Add or remove space after pointer caret '^', if followed by a word. sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined @@ -2346,7 +2346,7 @@ pos_conditional = ignore # ignore/break/force/lead/trail/join/ pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in enum entries. -pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force +pos_enum_comma = trail # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in the base class list if there is more than one # line. Affects nl_class_init_args. @@ -3307,5 +3307,5 @@ set QUESTION REAL_FATTR_CONST set QUESTION REAL_FATTR_NONNULL_ALL set QUESTION REAL_FATTR_PURE set QUESTION REAL_FATTR_WARN_UNUSED_RESULT -# option(s) with 'not default' value: 64 +# option(s) with 'not default' value: 66 # |