On Mon, 2007-04-23 at 01:36 -0700, Christian Klutz wrote: > Sounds like a good idea. Just keep in mind that C++ is much more complex than > C :-) > > For starters, I'd consider using a different indentation depth than currently > used for C (8 characters/1 TAB).
The main reason we use an 8-character indent within an 80-character line for C is to attempt to reduce code complexity by limiting the amount of nesting per function. If C++ is inherently more complex then perhaps we should require 12-character or 16-character indents for C++ - Bill _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org