[mutter] tools/uncrustify: Remove space between i18n function shortcuts and (
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] tools/uncrustify: Remove space between i18n function shortcuts and (
- Date: Thu, 9 Dec 2021 23:03:30 +0000 (UTC)
commit 1c5613728f887201c0b81dd6c53ce3a05be0c940
Author: Sebastian Keller <skeller gnome org>
Date: Thu Dec 9 20:59:49 2021 +0100
tools/uncrustify: Remove space between i18n function shortcuts and (
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2149>
tools/uncrustify.cfg | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg
index 9976620e27..f32b94186a 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
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]