On Wed, Jul 16, 2008 at 2:48 PM, Alan G Isaac <[EMAIL PROTECTED]> wrote:
> On Wed, 16 Jul 2008, Charles R Harris apparently wrote: > > the python standard is four spaces > > It is only a recommendation: > http://www.python.org/dev/peps/pep-0008/ > (And a misguided one at that. ;-) ) > I see your pep-0008 and raise you pep-3100 ;) - The C style guide will be updated to use 4-space indents, never tabs. This style should be used for all new files; existing files can be updated only if there is no hope to ever merge a particular file from the Python 2 HEAD. Within a file, the indentation style should be consistent. No other style guide changes are planned ATM. I'll bet you use Emacs too ;) Chuck
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
