# Force LF line endings for all text files so Moodle CI (phpcs, eslint/grunt)
# does not fail with CRLF even when files are edited on Windows.
* text=auto eol=lf

# Explicit text types.
*.php   text eol=lf
*.js    text eol=lf
*.css   text eol=lf
*.scss  text eol=lf
*.json  text eol=lf
*.xml   text eol=lf
*.mustache text eol=lf
*.md    text eol=lf
*.txt   text eol=lf

# Binary assets: never touch line endings.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
