[Python-Dev] Reindenting the C code base?
Steve Holden
steve at holdenweb.com
Mon Dec 15 14:59:21 CET 2008
Miguel Lobo wrote:
>> 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.
>
Sounds like Uncle Timmy's whitespace management needs to become a little
more draconian.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
More information about the Python-Dev
mailing list