Browse Source

Add endOfLine: auto to .betterrc.json to solve line wrapping issues on different operating systems.

pull/1997/head
yhl452493373 1 month ago
parent
commit
1717ccdcc6
  1. 1
      src/.prettierrc.json

1
src/.prettierrc.json

@ -3,5 +3,6 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"endOfLine": "auto",
"plugins": ["prettier-plugin-tailwindcss"]
}

Loading…
Cancel
Save