9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted to LF on checkout.
|
|
*.sh text eol=lf
|
|
*.env text eol=lf
|
|
.env.example text eol=lf
|
|
docker-compose.yml text eol=lf
|