Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/23/84; site ucbcad.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ucbvax!ucbcad!faustus From: faustus@ucbcad.UUCP Newsgroups: net.lang.c Subject: Re: Re: C Indentation Survey Results (long...) Message-ID: <202@ucbcad.UUCP> Date: Thu, 25-Apr-85 02:30:42 EST Article-I.D.: ucbcad.202 Posted: Thu Apr 25 02:30:42 1985 Date-Received: Sat, 27-Apr-85 04:34:13 EST References: <9930@brl-tgr.ARPA>, <381@busch.UUCP> <5497@utzoo.UUCP>, <350@gumby.UUCP> <5521@utzoo.UUCP> Organization: UC Berkeley CAD Group, Berkeley, CA Lines: 10 I guess it's time for net.lang.c.religon... Actually, one solution is to have a very good C "beautifier", that everybody can run on other people's code to make it more to their liking. It seems that what there is (cb, indent...) doesn't really do all it could -- ideally it would do a complete parse of the C code and then write it all back out, after reformatting comments, renaming variables, etc. A pretty big task... Has anybody written something like this? If not, any suggestions on what sorts of things you would like it to do? Wayne