diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-08-14 13:26:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-08-14 13:26:41 -0700 |
commit | fc6bba66bc1de0296b7e452499b0ccd8e4c65b18 (patch) | |
tree | 45b5509f823323f75f49c773790d575a3b76c75c | |
parent | fc71d024adbb000e692cbd06cb1a3195514ec771 (diff) | |
parent | 12009a182b51c1dd1f8020a3d88a1813e0af5f33 (diff) |
Merge branch 'js/allow-t4000-to-be-indented-with-spaces'
File attribute update.
* js/allow-t4000-to-be-indented-with-spaces:
t0040: declare non-tab indentation to be okay in this script
-rw-r--r-- | t/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitattributes b/t/.gitattributes index 9930e28351..b9cea1795d 100644 --- a/t/.gitattributes +++ b/t/.gitattributes @@ -22,3 +22,4 @@ t[0-9][0-9][0-9][0-9]/* -whitespace /t7500/* eol=lf /t8005/*.txt eol=lf /t9*/*.dump eol=lf +/t0040*.sh whitespace=-indent-with-non-tab |