[Python-Dev] Reindenting the C code base? (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sat Dec 13 23:11:47 CET 2008
- Previous message: [Python-Dev] Reindenting the C code base?
- Next message: [Python-Dev] Reindenting the C code base?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido python.org> writes:
I think we should not do this. We should use 4 space indents for new files, but existing files should not be reindented.
Well, right now many files are indented with a mix of spaces and tabs, depending on who did the edit and how their editor was configured at the time.
Perhaps a graceful policy would be to mandate that all new edits be made with spaces without touching other functions in the file. Then hopefully the code base would gradually converge to a tabless scheme.
Regards
Antoine.
- Previous message: [Python-Dev] Reindenting the C code base?
- Next message: [Python-Dev] Reindenting the C code base?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]