[Openvpn-devel,1/6] uncrustify: add space around compare operators

Message ID 20220826085427.25302-2-frank@lichtenheld.com
State New
Headers show
Series uncrustify vs. operators | expand

Commit Message

Frank Lichtenheld Aug. 25, 2022, 10:54 p.m. UTC
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
---
 dev-tools/uncrustify.conf | 3 +++
 1 file changed, 3 insertions(+)

Patch

diff --git a/dev-tools/uncrustify.conf b/dev-tools/uncrustify.conf
index 325f3108..25d85ecd 100644
--- a/dev-tools/uncrustify.conf
+++ b/dev-tools/uncrustify.conf
@@ -34,6 +34,9 @@  sp_inside_sparen=remove
 sp_cond_colon=add
 sp_cond_question=add
 sp_bool=add
+sp_arith=ignore
+sp_arith_additive=ignore
+sp_compare=add
 sp_else_brace=add
 sp_brace_else=add
 sp_after_comma=add