Merge branch 'kw/gitattributes-typofix' into next
* kw/gitattributes-typofix: gitattributes: fix eol attribute for Perl scriptsnext
commit
14ff167ef8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue