Re: [HACKERS] Indent

Theo Kramer <theo@flame.flame.co.za>

From: Theo Kramer <theo@flame.flame.co.za>
To: pgsql-hackers@postgresql.org
Date: 1999-11-10T08:15:52Z
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