diff --git a/src/Exceptionless.Web/ClientApp/.prettierrc b/src/Exceptionless.Web/ClientApp/.prettierrc index 509d835d6a..41043eb1ed 100644 --- a/src/Exceptionless.Web/ClientApp/.prettierrc +++ b/src/Exceptionless.Web/ClientApp/.prettierrc @@ -10,5 +10,6 @@ "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], "printWidth": 160, "singleQuote": true, - "trailingComma": "none" + "trailingComma": "none", + "endOfLine": "auto" } diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 1a77c6e77d..cfa30bb77f 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -77,4 +77,4 @@ "unplugin-icons": "^0.19.3" }, "type": "module" -} \ No newline at end of file +}