Files
epg/.gitattributes
Toha 02265db767 Normalize line endings.
Signed-off-by: Toha <tohenk@yahoo.com>
2026-08-01 10:09:40 +07:00

15 lines
435 B
Plaintext

# https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto
# Files that will always have CRLF line endings on checkout
*.js text eol=crlf
*.mjs text eol=crlf
*.ts text eol=crlf
*.xml text eol=crlf
*.md text eol=crlf
workers.txt text eol=crlf
# Files that will always have LF line endings on checkout
*.sh text eol=lf