From c1af2ecf8311b51b8008160de3050a0ea140dc06 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 16 Dec 2023 11:29:24 -0500 Subject: [PATCH] All text LF? --- .gitattributes | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitattributes b/.gitattributes index 83afa0ab..fcadb2cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1 @@ -*.js text eol=lf -*.jsx text eol=lf -*.ts text eol=lf -*.tsx text eol=lf -*.json text eol=lf -*.css text eol=lf -*.html text eol=lf -*.md text eol=lf -*.yml text eol=lf -*.graphql text eol=lf -.eslintrc text eol=lf -.prettierrc text eol=lf -.babelrc text eol=lf -.stylelintrc text eol=lf +* text eol=lf