"Bo Peng" <[EMAIL PROTECTED]> writes: | > The problem I have with space-only indentation is that I am used to a | > tabwidth of 8, and find 2 difficult to read. With spaces only you force | > everybody to use your choice of tabwidth. | | 8 is way too large.
My claim is that if 8 is to large for you then you are using too many identation levels. :-) That would be C/C++ code... in python OTOH you have to put your class methods in the class and automatically get one level extra that you don't have in C++. | An indent of 4 will take almost half of the line | size (<80). ?? 4 takes only 5% -- Lgb