mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Force LF line endings for Windows (#12266)
* Force LF line endings for Windows * include all
This commit is contained in:
committed by
Paulus Schoutsen
parent
069454323e
commit
f28fa7447e
10
.gitattributes
vendored
10
.gitattributes
vendored
@@ -1,3 +1,9 @@
|
|||||||
# Ensure Docker script files uses LF to support Docker for Windows.
|
# Ensure Docker script files uses LF to support Docker for Windows.
|
||||||
setup_docker_prereqs eol=lf
|
# Ensure "git config --global core.autocrlf input" before you clone
|
||||||
/virtualization/Docker/scripts/* eol=lf
|
* text eol=lf
|
||||||
|
*.py whitespace=error
|
||||||
|
|
||||||
|
*.ico binary
|
||||||
|
*.jpg binary
|
||||||
|
*.png binary
|
||||||
|
*.zip binary
|
||||||
|
Reference in New Issue
Block a user