diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-11 21:53:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-11 21:53:30 +0100 |
commit | 57f493345149437bc964e9695558646f654c9557 (patch) | |
tree | 3e8e3c6a0669dd83cdf6513d24014514906721f9 | |
parent | a25429cadd29177f2bfb56f644696b2cbfbadf72 (diff) |
fix uncrustify
-rw-r--r-- | contrib/uncrustify.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg index 8c9df2c43..af2d8e69c 100644 --- a/contrib/uncrustify.cfg +++ b/contrib/uncrustify.cfg @@ -28,7 +28,7 @@ ls_code_width=true pos_arith=lead # Fully parenthesize boolean exprs -mod_full_paren_if_bool=true +mod_full_paren_if_bool=false # Braces should be on their own line nl_fdef_brace=add |