summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-06-09 15:38:47 +0200
committerBenjamin Berg <bberg@redhat.com>2022-06-09 15:39:26 +0200
commitca00118fc725a41f9a6aff07c9999be87a3ff863 (patch)
tree17cb156cce08da9eaab878466d650bceb7eecc25
parent2e16e2a6ce0d070b4ba0b2f169f914b150957457 (diff)
scripts: Update uncrustify configuration
The mod_full_brace_if_chain option needs an integer (we want method 1) rather than a boolean.
-rw-r--r--scripts/uncrustify.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uncrustify.cfg b/scripts/uncrustify.cfg
index 57d1532..3eba60c 100644
--- a/scripts/uncrustify.cfg
+++ b/scripts/uncrustify.cfg
@@ -120,7 +120,7 @@ nl_multi_line_cond true
# Not clear what to do about that...
mod_full_brace_for Remove
mod_full_brace_if Remove
-mod_full_brace_if_chain True
+mod_full_brace_if_chain 1
mod_full_brace_while Remove
mod_full_brace_do Remove
mod_full_brace_nl 3