From: drososa AT otenet DOT gr (Tasos Drosopoulos) Newsgroups: comp.os.msdos.djgpp Subject: Suggestions on C beautifier/prettyprinter ??? Date: 29 Feb 2000 19:31:36 GMT Organization: An OTEnet S.A. customer Lines: 16 Message-ID: NNTP-Posting-Host: patr530-b092.otenet.gr X-Trace: newssrv.otenet.gr 951852696 6764 195.167.121.220 (29 Feb 2000 19:31:36 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 29 Feb 2000 19:31:36 GMT User-Agent: slrn/0.9.6.2 (Linux) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Has anyone any suggestions on a C beautifier/prettyprinter? I'm working on a project with a group of people who are using Visual C (I prefer djgpp) and VC has the annoying habit of putting tabs all over the place. The project is fairly large for correcting the problem by hand every time we exchange code and well, I'm sure you understand how it feels like :) I am already using "expand" to kill the tabs and recently spent some time unsuccessfully trying to get Erltools (claimed to be a C/C++ beautifier/ prettyprinter) to compile under djgpp. I've seen mention of "cb" but don't know where to find it. Any suggestions will be greatly appreciated!! TIA