[Python-3000] C style guide (was: C API changes?)
Guido van Rossum
guido at python.org
Thu Mar 23 03:31:10 CET 2006
On 3/22/06, Nick Coghlan <ncoghlan at gmail.com> wrote:
> I would love it if PEP 3007 standardised on 4-space indents, the same as the
> standard for Python code in the standard lib. I'd love it even more if
> reindent.py cleaned up C whitespace as well as Python whitespace. These days,
> getting any C file to display properly involves tinkering with my editor's
> indentation and tab display settings. . .
That won't go away for me (Google's settings default to TWO-space
indents :-( ) but I agree with the 4-space indent -- eventually. Right
now I think that making it nearly impossible to merge changes from 2.5
into the 3.0 branch is a disadvantage; I'd rather not deal with this
just yet (but I will eventually, of course).
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list