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

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-21 09:14:18 -08:00

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