From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Bracketing: A Matter of Style Date: 07 Apr 2000 11:39:17 -0700 Organization: InterWorld Communications Lines: 26 Message-ID: <83k8i9rc16.fsf@mercury.st.hmc.edu> References: <38EBEA6D DOT D1E0E8BD AT home DOT com> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: nntp1.interworld.net 955132996 10371 134.173.45.219 (7 Apr 2000 18:43:16 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 7 Apr 2000 18:43:16 GMT User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick writes: > c-style-alist, the data block where it gets the information on various > styles, is a bit too dense for me to parse. My style is as follows: > > for(i = 0; i < 20; i++) > { > foo(i); > bar(i); > switch(i) > { > case 1: > flip(i); > } > } > > It's similar to MSVC's default style, with two spaces per tab. > Which style would that be? According to the Jargon File, this looks like Allman style, or BSD style. The depth (2 spaces per tab) is set separately, I believe. -- Nate Eldredge neldredge AT hmc DOT edu