summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/uncrustify.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index 5d07f5606..a4777c8f4 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -39,7 +39,7 @@ nl_end_of_file_min = 1
sp_return_paren = force # "return (1);" vs "return(1);"
sp_sizeof_paren = force # "sizeof (int)" vs "sizeof(int)"
sp_assign = force
-sp_arith = ignore # Should be "force", but https://github.com/uncrustify/uncrustify/issues/3233
+sp_arith = force
sp_bool = force
sp_compare = force
sp_after_comma = force