Skip to content

Commit f666aac

Browse files
committed
Merge branch 'suppress-t0040-whitespace-error'
A recently-introduced commit fails Git's own whitespace check. Fix this by exempting the affected file from that particular whitespace check because it does not apply here. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 3f7b855 + 79ef783 commit f666aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ t[0-9][0-9][0-9][0-9]/* -whitespace
2222
/t7500/* eol=lf
2323
/t8005/*.txt eol=lf
2424
/t9*/*.dump eol=lf
25+
/t0040*.sh whitespace=-indent-with-non-tab

0 commit comments

Comments
 (0)