From ccbd32c359979041ef234a1b7210e2914dad6911 Mon Sep 17 00:00:00 2001 From: benjaminjohnson2204 Date: Sun, 26 Nov 2023 19:04:49 -0800 Subject: [PATCH] Switch back to LF --- backend/.prettierrc.json | 2 +- frontend/.prettierrc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.prettierrc.json b/backend/.prettierrc.json index 8d41a18..12406fd 100644 --- a/backend/.prettierrc.json +++ b/backend/.prettierrc.json @@ -1,4 +1,4 @@ { "printWidth": 100, - "endOfLine": "crlf" + "endOfLine": "auto" } diff --git a/frontend/.prettierrc.json b/frontend/.prettierrc.json index 8d41a18..12406fd 100644 --- a/frontend/.prettierrc.json +++ b/frontend/.prettierrc.json @@ -1,4 +1,4 @@ { "printWidth": 100, - "endOfLine": "crlf" + "endOfLine": "auto" }