mirror of
https://github.com/iptv-org/epg
synced 2026-09-09 13:26:55 -04:00
Merge pull request #3229 from tohenk/normalize-eol
Normalize line endings.
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user