From 1717ccdcc64cdd893eb5a876d6df399c2e3b465c Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Thu, 3 Jul 2025 01:04:38 +0800 Subject: [PATCH] Add endOfLine: auto to .betterrc.json to solve line wrapping issues on different operating systems. --- src/.prettierrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.prettierrc.json b/src/.prettierrc.json index 97cb2b53..622ace7d 100644 --- a/src/.prettierrc.json +++ b/src/.prettierrc.json @@ -3,5 +3,6 @@ "tabWidth": 2, "semi": true, "singleQuote": true, + "endOfLine": "auto", "plugins": ["prettier-plugin-tailwindcss"] }