Merge branch 'jc/gitattributes-whitespace-no-indent-fix' into next

Ever since we added whitespace rules for this project, we misspelt
an entry, which has been corrected.

* jc/gitattributes-whitespace-no-indent-fix:
  .gitattributes: remove misspelled no-op whitespace attribute
This commit is contained in:
Junio C Hamano 2025-11-19 10:58:42 -08:00
commit cd849a23a1

2
.gitattributes vendored
View File

@ -1,4 +1,4 @@
* whitespace=!indent,trail,space
* whitespace=trail,space
*.[ch] whitespace=indent,trail,space diff=cpp
*.sh whitespace=indent,trail,space text eol=lf
*.perl text eol=lf diff=perl