# 强制使用 LF(Unix 换行) *.sh text eol=lf *.bash text eol=lf *.yml text eol=lf *.yaml text eol=lf *.xml text eol=lf *.sql text eol=lf *.conf text eol=lf *.cnf text eol=lf Dockerfile text eol=lf .dockerignore text eol=lf .gitignore text eol=lf *.md text eol=lf # Windows 批处理文件用 CRLF *.bat text eol=crlf *.cmd text eol=crlf