Re: [nant-dev] patch submissions and coding style

2003-11-21 Thread Ian MacLean
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

RE: [nant-dev] patch submissions and coding style

2003-11-21 Thread Clayton Harbour
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

[nant-dev] patch submissions and coding style

2003-11-21 Thread Ian MacLean
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