Skip to content

Commit

Permalink
Force LF line endings for Windows (home-assistant#12266)
Browse files Browse the repository at this point in the history
* Force LF line endings for Windows

* include all
  • Loading branch information
kellerza authored and balloob committed Feb 12, 2018
1 parent 0694543 commit f28fa74
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f28fa74

Please sign in to comment.