As I said, I should learn to read man pages. cb -s was exactly what I was looking for. thanks again.
On Sun, Sep 18, 2011 at 8:23 PM, Francisco J Ballesteros <[email protected]> wrote: > I was looking for something capable of unifying say > > if(...){ > }else{ > } > > and > > if(...) > { > } > else > { > } > > into a single style. > But it might do. thanks again. > > On Sun, Sep 18, 2011 at 8:11 PM, erik quanstrom <[email protected]> wrote: >> On Sun Sep 18 14:10:06 EDT 2011, [email protected] wrote: >>> Hi, >>> >>> anyone is using a C beautifier in Plan 9? >>> I mean, other than gnu indent, which I tried and does not >>> work quite right for me. >> >> cb has worked for me, even on windows code. >> >> - erik >> >> >
