diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-31 20:17:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-31 20:17:23 +0100 |
commit | 3e4fa16134ff8a08a70c3041bb008a493760fad4 (patch) | |
tree | b0b70dd7648fe0072daeef6820250e4bbfc8277f /contrib/uncrustify.cfg | |
parent | 9bb0242a1daf560c33e8c346dbb92fec8d64a791 (diff) |
prepare data structures and trigger logic for long polling in check-payment processing
Diffstat (limited to 'contrib/uncrustify.cfg')
-rw-r--r-- | contrib/uncrustify.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg index 8c9df2c4..12dd62c4 100644 --- a/contrib/uncrustify.cfg +++ b/contrib/uncrustify.cfg @@ -49,6 +49,8 @@ nl_assign_brace=remove # No extra newlines that cause noisy diffs nl_start_of_file=remove +nl_before_func_body_proto = 2 +nl_before_func_body_def = 3 nl_after_func_proto = 2 nl_after_func_body = 3 # If there's no new line, it's not a text file! |