[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gzz] PEG coding_standard--vegai: Coding Standard (revised)
From: |
Tuomas Lukka |
Subject: |
Re: [Gzz] PEG coding_standard--vegai: Coding Standard (revised) |
Date: |
Tue, 4 Feb 2003 22:27:04 +0200 |
User-agent: |
Mutt/1.4i |
On Tue, Feb 04, 2003 at 10:21:36PM +0200, Matti Katila wrote:
> On Wed, 5 Feb 2003, Vesa Kaihlavirta wrote:
> > PEG coding_standard--vegai: Coding Standard
> > These apply to all \*.py (and possibly \*.test).
> > 10. Tab-size is 8 (will be converted to spaces by make committable),
> > indentation
> > at 4 spaces.
> >
> > 11. Never use tabs.
>
>
> Common editors are vi and emacs. Could someone define the way to make it
> easier to follow this peg. Someone who is more experienced with
> these editors perhaps.
>
> It would be work for nothing if everyone find these config options from
> manuals. gzz/Documentation/newbie-dev-faq can be used for it..
The idea is that you do "make committable" which will do The Right Thing.
Tuomas