summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-06 20:22:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-06 20:22:25 (GMT)
commit2df3299d860feb55c1caa8487238851c0f4622aa (patch)
tree4737b69a3859ff3b441406eefb52dcf97395ea1f /.gitattributes
parent4ecbc65fa7decb2aa271d68d54e8563a679e6ec1 (diff)
downloadgit-2df3299d860feb55c1caa8487238851c0f4622aa.zip
git-2df3299d860feb55c1caa8487238851c0f4622aa.tar.gz
git-2df3299d860feb55c1caa8487238851c0f4622aa.tar.bz2
.gitattributes: detect 8-space indent in shell scripts
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0636dee..5e98806 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
* whitespace=!indent,trail,space
*.[ch] whitespace=indent,trail,space
+*.sh whitespace=indent,trail,space