diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-06 12:22:25 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-06 12:22:25 -0800 |
commit | 2df3299d860feb55c1caa8487238851c0f4622aa (patch) | |
tree | 4737b69a3859ff3b441406eefb52dcf97395ea1f /.gitattributes | |
parent | 4ecbc65fa7decb2aa271d68d54e8563a679e6ec1 (diff) | |
download | git-2df3299d860feb55c1caa8487238851c0f4622aa.tar.gz |
.gitattributes: detect 8-space indent in shell scripts
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0636deea93..5e98806c6c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * whitespace=!indent,trail,space *.[ch] whitespace=indent,trail,space +*.sh whitespace=indent,trail,space |