# Enforce LF line endings for text files
# (theme intended to be distributed; consistent LF across OS)

# --- source code ---
*.php   text eol=lf
*.css   text eol=lf
*.js    text eol=lf
*.json  text eol=lf
*.md    text eol=lf
*.txt   text eol=lf
*.yml   text eol=lf
*.yaml  text eol=lf
*.xml   text eol=lf
*.html  text eol=lf

# SVG is XML-based text
*.svg   text eol=lf

# --- translations ---
*.po    text eol=lf
*.pot   text eol=lf
*.mo    binary

# --- config / dotfiles ---
.gitattributes text eol=lf
.gitignore     text eol=lf
*.gitkeep      text eol=lf
*.dist         text eol=lf

# --- binary assets ---
*.png   binary
*.jpg   binary
*.jpeg  binary
*.gif   binary
*.webp  binary
*.woff  binary
*.woff2 binary
*.ttf   binary
*.eot   binary
*.zip   binary
*.pdf   binary
