Fix CRLF line endings in runtime/deploy scripts and enforce LF
This commit is contained in:
parent
b5425e705e
commit
3975b5c51f
|
|
@ -0,0 +1,12 @@
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Deployment/runtime scripts must stay LF for Linux containers/shells.
|
||||||
|
*.sh text eol=lf
|
||||||
|
Dockerfile text eol=lf
|
||||||
|
**/Dockerfile text eol=lf
|
||||||
|
|
||||||
|
# Keep YAML and env-ish config files LF across platforms.
|
||||||
|
*.yml text eol=lf
|
||||||
|
*.yaml text eol=lf
|
||||||
|
*.env text eol=lf
|
||||||
|
*.sql text eol=lf
|
||||||
Loading…
Reference in New Issue