torsdag 21 april 2005 20.52 skrev Michael Hudson: > [EMAIL PROTECTED] (holger krekel) writes: > > Now my question is, do we want to "enforce" or at least > > state in our coding-style document one policy or the other? > > I see two options: > > > > 1. you should NOT use editor settings that scrap trailing > > whitespace on source code or documentation. You will note > > "wrong" editor settings when you see 'svn diff's ala:: > > > > - some line content > > + some line content > > > > which indicate that you only changed whitespace. > > > > or > > > > 2. you should use editor settings that scrap trailing > > whitespace on source code and documentation > > > > Obviously, the second option should be accompanied by > > a monster-commit changing all those lines in one go. > > > > What do you think? > > Option 2), with the added detail of running the reindent.py script > over the entire codebase every so often (as Tim does for Python).
+2 (one for me and one for Laura) Jacob _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
