Files
thetempusproject/.gitattribute
2025-02-03 12:03:51 -05:00

17 lines
288 B
Plaintext

# Force LF for all text files
* text=auto eol=lf
# Ensure specific file types always use LF
*.sh text eol=lf
*.js text eol=lf
*.php text eol=lf
*.html text eol=lf
*.css text eol=lf
*.json text eol=lf
*.md text eol=lf
# Keep binary files untouched
*.png binary
*.jpg binary
*.gif binary