diff --git a/.vscode/settings.json b/.vscode/settings.json index 9555e34ba5..a0240964a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.formatOnSave": false, + "files.eol": "auto", "[typescript]": { "editor.formatOnSave": false, "editor.codeActionsOnSave": { diff --git a/front/.prettierrc b/front/.prettierrc index dcb72794f5..9d36f26d83 100644 --- a/front/.prettierrc +++ b/front/.prettierrc @@ -1,4 +1,5 @@ { "singleQuote": true, - "trailingComma": "all" + "trailingComma": "all", + "endOfLine": "auto" } \ No newline at end of file