diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index 9976620e2..f32b94186 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -120,6 +120,10 @@ nl_func_call_empty = remove # Add stars at the beginning of each line in multiline comments cmt_star_cont = true +# Remove space between glib/gettext i18n function shortcuts and ( +set func_call_user _ C_ I_ N_ NC_ P_ Q_ +sp_func_call_user_paren = remove + ################################################################################# # IGNORES #