Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!apple!uokmax!gejohann From: gejohann@uokmax.uucp (Gene Edward Johannsen) Newsgroups: comp.lang.c Subject: Re: Good C Beautifiers? Message-ID: <1990Jan24.021144.4794@uokmax.uucp> Date: 24 Jan 90 02:11:44 GMT References: <9130001@hpavla.AVO.HP.COM> Reply-To: gejohann@uokmax.UUCP (Gene Edward Johannsen) Organization: Engineering Computer Network, University of Oklahoma, Norman, OK Lines: 14 In article <9130001@hpavla.AVO.HP.COM> gary@hpavla.AVO.HP.COM (Gary Jackoway) writes: >Does anybody have a GOOD c-beautify program? >I tried using cb, and was disappointed for the following reasons: > /* Reasons expunged */ >Any pointers to good beautifiers would be appreciated. > >Gary Jackoway >gary@hpavla If you are working on a UNIX system you should be able to use indent, which seems appropriately named for your problems. It allows you to customize the way you want the beautification done. Just do a man indent for all the info. gene