mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-21 10:29:16 -05:00
Merge branch 'kw/gitattributes-typofix' into next
* kw/gitattributes-typofix: gitattributes: fix eol attribute for Perl scripts
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user