11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
# Shell scripts must use LF so bash on Linux doesn't break on `set -o pipefail`
|
|
*.sh text eol=lf
|
|
install.sh text eol=lf
|
|
|
|
# Keep Docker/env examples Unix-friendly
|
|
Dockerfile text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
Caddyfile text eol=lf
|
|
.env.example text eol=lf
|