# Ensure shell scripts use LF line endings *.sh text eol=lf docker/**/*.sh text eol=lf **/*.sh text eol=lf # PHP files *.php text eol=lf # Configuration files *.yml text eol=lf *.yaml text eol=lf *.json text eol=lf *.conf text eol=lf *.ini text eol=lf # Docker files Dockerfile* text eol=lf docker-compose*.yml text eol=lf *.dockerfile text eol=lf # Scripts *.bash text eol=lf *.zsh text eol=lf # Default for text files * text=auto