summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSebastian Keller <skeller@gnome.org>2021-12-09 20:59:49 +0100
committerSebastian Keller <skeller@gnome.org>2021-12-09 20:59:49 +0100
commit1c5613728f887201c0b81dd6c53ce3a05be0c940 (patch)
tree107b7254b2343b4f87cbb5680777c0a8e3dc33e9 /tools
parentd43cc776ef733251fc02e8e62669ea4ba7e68e2c (diff)
downloadmutter-1c5613728f887201c0b81dd6c53ce3a05be0c940.tar.gz
tools/uncrustify: Remove space between i18n function shortcuts and (
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2149>
Diffstat (limited to 'tools')
-rw-r--r--tools/uncrustify.cfg4
1 files changed, 4 insertions, 0 deletions
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
#