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" }