Merge branch 'kw/gitattributes-typofix' into next

* kw/gitattributes-typofix:
  gitattributes: fix eol attribute for Perl scripts
next
Junio C Hamano 2026-06-17 11:11:22 -07:00
commit 14ff167ef8
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -2,7 +2,7 @@
*.[ch] whitespace=indent,trail,space,incomplete diff=cpp
*.sh whitespace=indent,trail,space,incomplete text eol=lf
*.perl text eol=lf diff=perl
*.pl text eof=lf diff=perl
*.pl text eol=lf diff=perl
*.pm text eol=lf diff=perl
*.py text eol=lf diff=python
*.bat text eol=crlf