Merge pull request #1266 from Rintim/Dev-Bug-someForbidAnother

似乎修了点东西
This commit is contained in:
Spmario233 2024-04-25 23:04:42 +08:00 committed by GitHub
commit 5c2dff7c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,