diff --git a/uncrustify/citus-style.cfg b/uncrustify/citus-style.cfg index 6279323b..0507e788 100644 --- a/uncrustify/citus-style.cfg +++ b/uncrustify/citus-style.cfg @@ -1392,7 +1392,7 @@ nl_before_cpp_comment = 0 # number nl_after_multiline_comment = false # false/true # The number of newlines after '}' or ';' of a struct/enum/union definition -nl_after_struct = 3 # number +nl_after_struct = 1 # number # The number of newlines after '}' or ';' of a class definition nl_after_class = 0 # number @@ -1522,7 +1522,7 @@ mod_sort_using = false # false/true mod_sort_include = false # false/true # If TRUE, it will move a 'break' that appears after a fully braced 'case' before the close brace. -mod_move_case_break = false # false/true +mod_move_case_break = true # false/true # Will add or remove the braces around a fully braced case statement. # Will only remove the braces if there are no variable declarations in the block.