14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
# https://help.github.com/articles/dealing-with-line-endings/
|
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
Dockerfile text
|
|
*.yml text
|
|
*.md text
|
|
.dockerignore text
|
|
|
|
# Shell scripts should always use LF line endings, otherwise the Docker base image might cause problems
|
|
*.sh text eol=lf
|
|
*.js text eol=lf
|