From cc577378b050ff15e2b75ce552e4d6eed81d7c1e Mon Sep 17 00:00:00 2001 From: Emil Johansson Date: Sat, 11 Mar 2023 10:27:33 -0700 Subject: [PATCH] add json to gitattributes and endOfLine to prettierrc --- .gitattributes | 3 ++- .prettierrc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 94f480d..dd7262d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf +*.json eol=lf diff --git a/.prettierrc b/.prettierrc index 8d82fce..6ffba05 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,6 +4,7 @@ "singleQuote": true, "trailingComma": "all", "printWidth": 80, + "endOfLine": "lf", "plugins": [], "pluginSearchDirs": ["."], "overrides": []