summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:42 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:42 +0200
commitb5cd1d1102e0c3e88604d5ba9d39090ddebc8b58 (patch)
tree0c6ed463fb712c0d75665d825f47eef1fb7e8476 /contrib
parent85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 (diff)
downloadmerchant-b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58.tar.gz
merchant-b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58.tar.bz2
merchant-b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58.zip
-remove _tuple suffix
Diffstat (limited to 'contrib')
-rw-r--r--contrib/uncrustify.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg
index 00cf2281..af2d8e69 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
@@ -49,8 +49,6 @@ nl_assign_brace=remove
# No extra newlines that cause noisy diffs
nl_start_of_file=remove
-nl_before_func_body_proto = 0
-nl_before_func_body_def = 0
nl_after_func_proto = 2
nl_after_func_body = 3
# If there's no new line, it's not a text file!