From: Chris Webb Date: Fri, 2 Apr 2010 23:37:08 +0000 (+0100) Subject: whitespace: add tab-in-indent error class X-Git-Tag: v1.7.2-rc0~156^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3e3ec2abe0f275dda285e989224e4c3da19e7adb?hp=3e3ec2abe0f275dda285e989224e4c3da19e7adb whitespace: add tab-in-indent error class Some projects and languages use coding style where no tab character is used to indent the lines. This only adds support and documentation for "apply --whitespace=warn" and "diff --check"; later patches add "apply --whitespace=fix" and tests. Signed-off-by: Chris Webb Signed-off-by: Junio C Hamano ---