> On Feb 25, 2022, at 8:59 PM, Kevin Buckley wrote:
>
> On Sun, 20 Feb 2022 at 02:05, john wrote:
>>
>> On those occasions where we want to bulk reformat we've generally used
>> artistic style, http://astyle.sourceforge.net/, as
>> astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=br
On Sun, 20 Feb 2022 at 02:05, john wrote:
>
> On those occasions where we want to bulk reformat we've generally used
> artistic style, http://astyle.sourceforge.net/, as
> astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=break
> or more commonly just
> astyle --indent=spaces=4 --bracke
> On Feb 18, 2022, at 8:24 PM, Kevin Buckley wrote:
>
> I actually noticed this in a source file from back in the 2.6 days,
> although have just pull-ed the maint branch, at commit 1ed85c9b6,
> and still can't see one?
>
> FWIW, I was looking to wrap all of the
>
> G_BEGIN_DECLS
> G_END_DECL
I actually noticed this in a source file from back in the 2.6 days,
although have just pull-ed the maint branch, at commit 1ed85c9b6,
and still can't see one?
FWIW, I was looking to wrap all of the
G_BEGIN_DECLS
G_END_DECLS
pairs in GNU indent "Ignore" comments
/* *INDENT-OFF* */
/* *INDENT-ON