Skip to content

Commit 79ef783

Browse files
committed
t0040: declare non-tab indentation to be okay in this script
By necessity, this script needs to verify that certain Git output matches expectations, including text indented with spaces instead of tabs. Most recently, such a check was introduced in 448abbb (short help: allow multi-line opthelp, 2023-07-18) which is reported by `git show --check` as having whitespace issues. Let's not complain about this because it is intentional. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9f5d736 commit 79ef783

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)