On Mon, Apr 13, 2009 at 15:55, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Michael Witten <mfwitten@xxxxxxxxx> writes: > >> Currently, no lines match the following: >> >> [\t]+[ ]+ >> [ ]+[\t]+ > > I understand the latter but what's wrong with the former? The width of a > HT is by definition 8 columns throughout the git codebase. Ah, well, the width of a HT has been a free variable in my calculations; I was operating under the assumption that whitespace used for indentation can float freely according to the user's settings. A few of the lines were aligning function arguments via tabs and a few extra spaces, which is not reliable in my model. Frankly, I don't like tabs and spaces sharing the same contiguous block. I don't like it all. ;-B -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html