whitespace: add tab-in-indent support for --whitespace=fix
commit4e35c51e5113e83155a6c44a8f9adeafed9125d2
authorChris Webb <chris@arachsys.com>
Fri, 2 Apr 2010 23:37:30 +0000 (3 00:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Apr 2010 21:21:54 +0000 (4 14:21 -0700)
treeb5d3881db8e7fd28da422a50aa24be8b3789b98d
parentd511bd330d66fe8f0be21855888e30af2f3e373b
whitespace: add tab-in-indent support for --whitespace=fix

If tab-in-indent is set, --whitespace=fix will ensure that any stray tabs in
the initial indent are expanded to the correct number of space characters.

Signed-off-by: Chris Webb <chris@arachsys.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ws.c