[Python-Dev] Reindenting the C code base? (original) (raw)
Miguel Lobo mlobol at gmail.com
Sat Dec 13 23:35:00 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 ]
I think we should not do this. We should use 4 space indents for new files, but existing files should not be reindented. If you reindent, much of the history of the file is essentially lost -- "svn blame" will blame whoever reindented the code, and it's a pain to go back.
I believe "svn blame -x -w" ignores whitespace changes.
-- Miguel Check out Gleam, an LGPL sound synthesizer library, at http://gleamsynth.sf.net
- 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 ]