From 1efc082269b6cbc9651ad3290e9db732ca22dbf5 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:49:16 +0100 Subject: [PATCH] Updated .uncrustify.cfg to work with uncrustify 0.75 Thanks to @JannisPetschenka for the fix https://github.com/ErikReider/SwayNotificationCenter/commit/b18b52cb13ab099b885ccbe9130fd22a5a51a078 --- .uncrustify.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.uncrustify.cfg b/.uncrustify.cfg index e4b08d77..1988cc7e 100644 --- a/.uncrustify.cfg +++ b/.uncrustify.cfg @@ -201,10 +201,10 @@ indent_paren_nl = false # false/true indent_paren_close = 2 # number # Controls the indent of a comma when inside a paren.If TRUE, aligns under the open paren -indent_comma_paren = false # false/true +indent_comma_paren = 0 # false/true # Controls the indent of a BOOL operator when inside a paren.If TRUE, aligns under the open paren -indent_bool_paren = false # false/true +indent_bool_paren = 0 # false/true # If 'indent_bool_paren' is true, controls the indent of the first expression. If TRUE, aligns the first expression to the following ones indent_first_bool_expr = false # false/true @@ -1474,7 +1474,7 @@ mod_full_brace_if = ignore # ignore/add/remove/force # Make all if/elseif/else statements in a chain be braced or not. Overrides mod_full_brace_if. # If any must be braced, they are all braced. If all can be unbraced, then the braces are removed. -mod_full_brace_if_chain = false # false/true +mod_full_brace_if_chain = 0 # false/true # Don't remove braces around statements that span N newlines mod_full_brace_nl = 0 # number