From: Junio C Hamano Date: Wed, 6 Jan 2010 20:22:25 +0000 (-0800) Subject: .gitattributes: detect 8-space indent in shell scripts X-Git-Tag: v1.7.0-rc0~129 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2df3299d860feb55c1caa8487238851c0f4622aa;p=git.git .gitattributes: detect 8-space indent in shell scripts Signed-off-by: Junio C Hamano --- diff --git a/.gitattributes b/.gitattributes index 0636deea9..5e98806c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * whitespace=!indent,trail,space *.[ch] whitespace=indent,trail,space +*.sh whitespace=indent,trail,space