Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 28838 invoked from network); 22 Oct 1999 00:36:05 -0000 Received: from adsl-209-76-108-112.dsl.snfc21.pacbell.net (HELO helium.brownell.org) (209.76.108.112) by apache.org with SMTP; 22 Oct 1999 00:36:05 -0000 Received: from pacbell.net (xenon [10.0.0.101]) by helium.brownell.org (Postfix) with ESMTP id A03D66F93 for ; Thu, 21 Oct 1999 17:36:01 -0700 (PDT) Message-ID: <380FB173.3BF9DC35@pacbell.net> Date: Thu, 21 Oct 1999 17:36:03 -0700 From: David Brownell Organization: Yoyodyne Systems Labs X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en,fr MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: VIM [was source code standards!!!!!] References: <380F37D3.E611254B@mytownnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Craig McClanahan wrote: > > I'm not all that concerned about 4 vs 8 for tab stops, except that the > current spec (the coding standards document we refer to in the web site) > says tab means 8, and that tabs are allowed. If we're going to change > the rules, we should change the spec, or define our own modified version > of it for this project. > > Note that indentation for nested blocks is still required to be 4 > characters. Means the directions below are right re 'shiftwidth' but not 'tabstop'. Tabstop is always 8. "se ai sm sw=4" is tattooed in the VI section of my forebrain, and conforms to all the style guidelines suggested here. I like tabs, they save bandwidth. I wish tools just didn't change them from the default of 8, since it's so confusing if they do. - Dave > Craig > > Scott Stirling wrote: > > > Agreed. > > > > > From: Tsoloane Moahloli [mailto:tsoloane@zen.co.za] > > > > > > Furthermore I also user the following > > > > > > set shiftwidth=4 > > > set tabstop=4 > > > > > > This sets the various tab values mentioned below to 4 chars. > > > I think this > > > looks much nicer than 8... > >