On May 29, 2002 11:59 am, Geoff Thorpe wrote:
Absolutely. If you use \t, then anyone looking at the code can choose the size of indents. I *despise* space-based indenting, almost as much as I despise mixed indenting (eg. 4-space indenting with every pair of 4-space indents being converted into a single tab).
Sorry, this does not work. People _will_ use spaces, and so having the tab at anything other than 8 is simply silly. The tab (\t) _is_ 8 spaces. Period. If we are to have anything decent, we should decide (at least as a recommendation) on an indentation size. From looking at the code, 4 seems to be the norm. Let's pick that.