From: Frank Lichtenheld Date: Thu, 19 May 2022 08:54:28 +0000 (+0200) Subject: uncrustify: add sp_after_comma=add X-Git-Tag: v2.6_beta1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63ba6b27ceb5972947175624a6a6f4a83cf67d8e;p=thirdparty%2Fopenvpn.git uncrustify: add sp_after_comma=add Signed-off-by: Frank Lichtenheld Acked-by: Antonio Quartulli Message-Id: <20220519085428.6783-3-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24397.html Signed-off-by: Gert Doering --- diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index c104cce95..1fafaac11 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -45,3 +45,6 @@ f57431cdc88f22fa4d7962946f0d3187fe058539 # The Great Reformatting of 2022 abe49856d81f51136d543539202a0bf8fb946474 + +# Reformat for sp_after_comma=add +e51d9a73693ee742b36e19fb1718e5e27167831d diff --git a/dev-tools/uncrustify.conf b/dev-tools/uncrustify.conf index 25eb4cddb..27db8ddae 100644 --- a/dev-tools/uncrustify.conf +++ b/dev-tools/uncrustify.conf @@ -36,6 +36,7 @@ sp_cond_question=add sp_bool=add sp_else_brace=add sp_brace_else=add +sp_after_comma=add pos_arith=Lead pos_bool=Lead nl_func_type_name=add