diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-30 12:32:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-30 12:32:42 +0200 |
commit | b5cd1d1102e0c3e88604d5ba9d39090ddebc8b58 (patch) | |
tree | 0c6ed463fb712c0d75665d825f47eef1fb7e8476 /contrib | |
parent | 85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 (diff) |
-remove _tuple suffix
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/uncrustify.cfg | 4 |
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! |