enforce lf line endings for docker build scripts

This commit is contained in:
2026-07-15 01:40:40 +08:00
parent 4b89576cbf
commit f3303b3b26

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
Dockerfile text eol=lf
*.sh text eol=lf
*.py text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.jinja text eol=lf