summaryrefslogtreecommitdiff
path: root/data/uncrustify.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'data/uncrustify.cfg')
-rw-r--r--data/uncrustify.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index 3883681ef..2a113a8d6 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -55,6 +55,7 @@ sp_between_ptr_star = remove # "**var" vs "* *var"
sp_inside_paren = remove # "( 1 )" vs "(1)"
sp_inside_fparen = remove # "( 1 )" vs "(1)" - functions
sp_inside_sparen = remove # "( 1 )" vs "(1)" - if/for/etc
+sp_before_sparen = force # "if (" vs "if("
sp_after_cast = force # "(int) a" vs "(int)a"
sp_func_call_user_paren = remove # For gettext, "_()" vs. "_ ()"
set func_call_user _ N_ C_ # Needed for sp_after_cast