Re: [GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h
john <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gnucash.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Feb 25, 2022, at 8:59 PM, Kevin Buckley <[email protected]> wrote: > > On Sun, 20 Feb 2022 at 02:05, john <[email protected]> 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. That looks right and shows that we haven't used astyle in a long time: The --brackets option was last mentioned in the release notes in 2.02, though it's in the 2.04 docs that I have installed on my main dev machine. Regards, John Ralls