Force LF line endings for Windows (#12266)
* Force LF line endings for Windows * include all
This commit is contained in:
parent
069454323e
commit
f28fa7447e
1 changed files with 8 additions and 2 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
@ -1,3 +1,9 @@
|
|||
# Ensure Docker script files uses LF to support Docker for Windows.
|
||||
setup_docker_prereqs eol=lf
|
||||
/virtualization/Docker/scripts/* eol=lf
|
||||
# Ensure "git config --global core.autocrlf input" before you clone
|
||||
* text eol=lf
|
||||
*.py whitespace=error
|
||||
|
||||
*.ico binary
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
*.zip binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue