Scheme formatting with astyle [Was: SQL backend performance]

Thomas Troesch ttroesch at gmail.com
Wed Feb 24 15:29:58 EST 2010


On Wed, Feb 24, 2010 at 12:09 PM, Jeff Kletsky <gnucash at allycomm.com> wrote:

> On 2/24/2010 11:50 AM, Christian Stimming wrote:
>
>> As for the patch and indentation: Indeed we discussed and agreed on some
>> common indentation last summer, and we agreed on using the tool astyle to
>> reformat the code as decided. See
>> 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 --brackets=break --pad=oper  *.[hc]


>
> Is there a project standard for formatting scheme code as well?
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>


More information about the gnucash-devel mailing list