On Mon, Apr 13, 2009 at 15:55, Junio C Hamano [off-list ref] wrote:
Michael Witten [off-list ref] writes:
quoted
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