Re: [HACKERS] Indent

From: Theo Kramer <theo(at)flame(dot)flame(dot)co(dot)za>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Indent
Date: 1999-11-10 08:15:52
Message-ID: 199911100815.KAA18229@flame.flame.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> > Amen. I hold myself to several rules when writing code, one
> > of which is that no single line exceed 80 characters in
> > length, which is of rare occurence in the backend code.
>
> With 4-space tabs, the code is pretty good.

Tabs vary from system to system, printer to printer etc. For the sake of
readability I have learnt to ignore the tab key when writing code and use
2 spaces for indenting and 80 columns... my tuppence worth.

Regards
Theo

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-11-10 10:59:26 Re: [HACKERS] Indent
Previous Message Ansley, Michael 1999-11-10 07:15:01 RE: [INTERFACES] Re: [HACKERS] CORBA STATUS