Date: Sat, 17 Mar 2001 10:13:24 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: James W Sager Iii Message-Id: <8296-Sat17Mar2001101323+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <4ugkica00UjFETbFUh@andrew.cmu.edu> (message from James W Sager Iii on Sat, 17 Mar 2001 02:00:56 -0500) Subject: Re: suggestion for Rhide References: <4ugkica00UjFETbFUh AT andrew DOT cmu DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: James W Sager Iii > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 17 Mar 2001 02:00:56 -0500 > > Basically it would take the following code: > > blah0 > { > blah1 > { > blah2 > } > } > > and make it look like: > > blah0 > { > blah1 > { > blah2 > } > } Get the port of GNU Indent from the usual DJGPP places, it does all that and more.