Browse Source

.gitattributes: detect 8-space indent in shell scripts

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 15 years ago
parent
commit
2df3299d86
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -1,2 +1,3 @@ @@ -1,2 +1,3 @@
* whitespace=!indent,trail,space
*.[ch] whitespace=indent,trail,space
*.sh whitespace=indent,trail,space

Loading…
Cancel
Save