mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 04:02:14 +00:00
Set CRLF line endings for .bat/.cmd files (#571)
Git does not understand `svneol`
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user