|
Posted by Asim Suter on April 19, 2008, 4:25 pm
Please log in for more thread options
-l gnu seems to do the job.
>
> By default it generates code like K&R style:
>
> if( ......................... ){
>
>
> }
>
> which I do not like:
>
> ========================
>
> I'd like it generate BSD style like following:
>
>
> if( ........................ )
> {
>
> }
>
> Is there an option in perltidy to achieve that ?
> I don't seem to find one in perltify help.
>
> TIA
> Asim
>
|