From 993ffd78ed126389f4d6b44a783cdc8167c2a751 Mon Sep 17 00:00:00 2001 From: zkldi <20380519+zkldi@users.noreply.github.com> Date: Sat, 11 Feb 2023 03:08:20 +0000 Subject: [PATCH] fix: more gitattr --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 855758dfb..d46655513 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file +*.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