Re: astyle options [Was: Scaheme formatting with astyle]

2010-03-03 Thread Jeff Kletsky
On 3/3/2010 7:06 AM, Derek Atkins wrote: Christian Stimming writes: I wonder if there's some way we could get the subversion server to make white space indentation changes when changesets are committed? Then we'd have a single place where all white space is controlled (namely, on the server).

Re: astyle options [Was: Scaheme formatting with astyle]

2010-03-03 Thread Derek Atkins
Christian Stimming writes: >> I wonder if there's some way we could get the subversion server to >> make white space indentation changes when changesets are committed? >> Then we'd have a single place where all white space is controlled >> (namely, on the server). > > I don't think this is a good

Re: astyle options [Was: Scaheme formatting with astyle]

2010-03-02 Thread Christian Stimming
Am Dienstag, 2. März 2010 schrieb Derek Atkins: > Christian Stimming writes: > > No, specifically this is not the case, as I have mentioned before. Astyle > > produces slightly different output in one version compared to the other. > > That's why I always noted the astyle version number in the ind

Re: astyle options [Was: Scaheme formatting with astyle]

2010-03-02 Thread Derek Atkins
Christian Stimming writes: > No, specifically this is not the case, as I have mentioned before. Astyle > produces slightly different output in one version compared to the other. > That's why I always noted the astyle version number in the indentations I did > so far. > > I don't have a solutio

Re: astyle options [Was: Scaheme formatting with astyle]

2010-02-28 Thread John Ralls
On Feb 28, 2010, at 5:48 AM, Christian Stimming wrote: > PS: Again the astyle command line options: > > For astyle-1.24 (recommended) > > astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header -- > suffix=none *.[hc] > > For previous versions of astyle (1.23, 1.22): > > astyle --i

Re: astyle options [Was: Scaheme formatting with astyle]

2010-02-28 Thread Christian Stimming
Am Donnerstag, 25. Februar 2010 schrieb Thomas Troesch: > > http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html I've committed a "make indent" target in the top-level Makefile which uses the options directly on the command line. You can try it, BUT please don't commit the re

Re: astyle options [Was: Scaheme formatting with astyle]

2010-02-25 Thread Thomas Troesch
On Thu, Feb 25, 2010 at 12:22 AM, Christian Stimming wrote: > Zitat von Thomas Troesch : > > http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.htmland my commit r18675 recently. which links to previous >>> >>> As a one-liner: >>> $ astyle --indent=spa

Re: astyle options [Was: Scaheme formatting with astyle]

2010-02-25 Thread Christian Stimming
Zitat von Thomas Troesch : http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html and my commit r18675 recently. which links to previous As a one-liner: $ astyle --indent=spaces=4 --brackets=break --pad-oper *.[hc] its --pad=oper so $ astyle --indent=spaces=4 -