[GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h
Kevin Buckley
kevin.m.buckley at gmail.com
Fri Feb 25 23:59:41 EST 2022
On Sun, 20 Feb 2022 at 02:05, john <jralls at ceridwen.us> 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 --brackets=break --suffix=none
For anyone coming to this thread, I wanted to point out that the
--brackets=break
argument in the above should possibly be
--style=break
at least for Artistic Style version 3.1.
More information about the gnucash-devel
mailing list