Skip to content

Commit

Permalink
Uncrustify: Remove blank lines before/after '}'/'{' respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Jun 11, 2016
1 parent c77fedf commit 69999c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .uncrustify.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ nl_brace_else = remove
# Add or remove newline between return type and function name in a function definition
nl_func_type_name = remove

## TODO: Test these formatting properties.
# eat_blanks_before_close_brace = false
# eat_blanks_after_open_brace = false
# Whether to remove blank lines before/after '}'/'{' respectively.
eat_blanks_before_close_brace = true
eat_blanks_after_open_brace = true

# nl_after_return = true
# nl_func_var_def_blk = 1
Expand Down Expand Up @@ -114,7 +114,7 @@ sp_after_ptr_star = remove # ignore/add/remove/force
# A minimum of 1 is forced except for pointer return types.
sp_type_func = force

# Add or remove space between ')' and '{' of function
# Add or remove space between ')' and '(' of function
sp_fparen_brace = force

################################################################################
Expand Down

0 comments on commit 69999c9

Please sign in to comment.