pref: change line length && format.

This commit is contained in:
Rintim 2024-04-24 16:23:44 +08:00
parent 1a8746c4d5
commit 7d81aac967
No known key found for this signature in database
GPG Key ID: BE9E1EA615BACFCF
2 changed files with 771 additions and 2951 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
/** @type {import("prettier").Config} */
export default {
arrowParens: "always",
arrowParens: "avoid",
bracketSpacing: true,
endOfLine: "lf",
printWidth: 110,
printWidth: 999,
proseWrap: "preserve",
quoteProps: "as-needed",
semi: true,