Skip to content

Commit

Permalink
Merge pull request #15575 from dundargoc/refactor/uncrustify
Browse files Browse the repository at this point in the history
refactor: format files with uncrustify
  • Loading branch information
bfredl authored Sep 7, 2021
2 parents db695cc 1e49a1c commit 47f99d6
Show file tree
Hide file tree
Showing 7 changed files with 5,288 additions and 4,507 deletions.
6 changes: 3 additions & 3 deletions contrib/uncrustify.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1638,12 1638,12 @@ nl_multi_line_define = false # true/false
nl_before_case = false # true/false

# Whether to add a newline after a 'case' statement.
nl_after_case = false # true/false
nl_after_case = true # true/false

# Add or remove newline between a case ':' and '{'.
#
# Overrides nl_after_case.
nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined
nl_case_colon_brace = remove # ignore/add/remove/force/not_defined

# Add or remove newline between ')' and 'throw'.
nl_before_throw = ignore # ignore/add/remove/force/not_defined
Expand Down Expand Up @@ -3279,5 3279,5 @@ set PREPROC REAL_FATTR_CONST
set PREPROC REAL_FATTR_NONNULL_ALL
set PREPROC REAL_FATTR_PURE
set PREPROC REAL_FATTR_WARN_UNUSED_RESULT
# option(s) with 'not default' value: 56
# option(s) with 'not default' value: 58
#
Loading

0 comments on commit 47f99d6

Please sign in to comment.