# Declare files that will always have LF line endings on checkout.
*.py text eol=lf
*.sh text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.cmd text eol=crlf
.gitignore eol=lf
.dockerignore eol=lf
Dockerfile eol=lf
