t0040: declare non-tab indentation to be okay in this script
commit12009a182b51c1dd1f8020a3d88a1813e0af5f33
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 8 Aug 2023 10:37:34 +0000 (8 10:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Aug 2023 23:47:26 +0000 (8 16:47 -0700)
treeae2853df0eff1b958d21a182d0e8a5f91e6c4a7a
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3
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 448abbba6347 (short help:
allow multi-line opthelp, 2023-07-18) which is reported by `git diff
--check 448abbba6347^!` as having whitespace issues.

Let's not complain about this because it is intentional.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/.gitattributes