aboutsummaryrefslogtreecommitdiff
path: root/contrib/uncrustify.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/uncrustify.cfg')
-rw-r--r--contrib/uncrustify.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg
index 8dbd752d05..d984484391 100644
--- a/contrib/uncrustify.cfg
+++ b/contrib/uncrustify.cfg
@@ -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
@@ -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
#