fix: more gitattr

This commit is contained in:
zkldi
2023-02-11 03:08:23 +00:00
parent ebad89cdc2
commit 993ffd78ed
+7 -1
View File
@@ -3,4 +3,10 @@
# 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
*.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