Skip to content

Commit

Permalink
Set CRLF line endings for .bat/.cmd files (#571)
Browse files Browse the repository at this point in the history
Git does not understand `svneol`
  • Loading branch information
Kojoley authored May 11, 2020
1 parent f8327ba commit 71ec792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
*.gitattributes text svneol=native#text/plain

# Scriptish formats
*.bat text svneol=crlf#text/plain
*.bat text eol=crlf svneol=crlf#text/plain
*.bsh text svneol=native#text/x-beanshell
*.cgi text svneol=native#text/plain
*.cmd text svneol=native#text/plain
*.cmd text eol=crlf svneol=crlf#text/plain
*.js text svneol=native#text/javascript
*.php text svneol=native#text/x-php
*.pl text svneol=native#text/x-perl
Expand Down

0 comments on commit 71ec792

Please sign in to comment.