[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 02/04: uncrustify.cfg: updated
From: |
gnunet |
Subject: |
[libmicrohttpd] 02/04: uncrustify.cfg: updated |
Date: |
Sun, 13 Jun 2021 10:55:33 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit d4a6985d12d56a13e0cbb4e3d8cf8879b393bc49
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 12 20:30:58 2021 +0300
uncrustify.cfg: updated
---
contrib/uncrustify.cfg | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg
index 72520189..c751b42a 100644
--- a/contrib/uncrustify.cfg
+++ b/contrib/uncrustify.cfg
@@ -75,6 +75,9 @@ sp_before_sparen = add
sp_inside_fparen = remove
sp_inside_sparen = remove
+# Add or remove space around compare operator '<', '>', '==', etc
+sp_compare = force # ignore/add/remove/force
+
# add space before function call and decl: "foo (x)"
sp_func_call_paren = add
sp_func_proto_paren = add
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.