mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
# if you don't do this
|
|
# a windows clone will fail
|
|
# because the .sh scripts will have their \n's turned into
|
|
# \r\n, and then bash will fail to run \r as a command.
|
|
# the future is now.
|
|
*.sh text eol=lf
|
|
*.json text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.md text eol=lf
|