Actually make that:
astyle -j -s4 -o -a -p -a --convert-tabs
the -a forces curly brackets to attach to the previous line.
Ian
I'd just like to ask anyone submitting patches to run the following
astyle command on the sources before posting them:
astyle -j -s4 -o -a -p --convert-tabs
this will
6 PM
> To: [EMAIL PROTECTED]
> Subject: [nant-dev] patch submissions and coding style
>
> I'd just like to ask anyone submitting patches to run the following
> astyle command on the sources before posting them:
>
> astyle -j -s4 -o -a -p --convert-tabs
>
> this will e
I'd just like to ask anyone submitting patches to run the following
astyle command on the sources before posting them:
astyle -j -s4 -o -a -p --convert-tabs
this will enforce most of the nant coding guidelines with regard to formatting and layout and makes the reviewer/committers job much easier