2
0
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:
Nikita Kniazev
2020-05-11 03:39:24 +03:00
committed by GitHub
parent f8327ba35b
commit 71ec792806

4
.gitattributes vendored
View File

@@ -2,10 +2,10 @@
*.gitattributes text svneol=native#text/plain *.gitattributes text svneol=native#text/plain
# Scriptish formats # Scriptish formats
*.bat text svneol=crlf#text/plain *.bat text eol=crlf svneol=crlf#text/plain
*.bsh text svneol=native#text/x-beanshell *.bsh text svneol=native#text/x-beanshell
*.cgi text svneol=native#text/plain *.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 *.js text svneol=native#text/javascript
*.php text svneol=native#text/x-php *.php text svneol=native#text/x-php
*.pl text svneol=native#text/x-perl *.pl text svneol=native#text/x-perl