pref: change line length && format.
This commit is contained in:
parent
1a8746c4d5
commit
7d81aac967
3718
character/clan.js
3718
character/clan.js
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +1,9 @@
|
||||||
/** @type {import("prettier").Config} */
|
/** @type {import("prettier").Config} */
|
||||||
export default {
|
export default {
|
||||||
arrowParens: "always",
|
arrowParens: "avoid",
|
||||||
bracketSpacing: true,
|
bracketSpacing: true,
|
||||||
endOfLine: "lf",
|
endOfLine: "lf",
|
||||||
printWidth: 110,
|
printWidth: 999,
|
||||||
proseWrap: "preserve",
|
proseWrap: "preserve",
|
||||||
quoteProps: "as-needed",
|
quoteProps: "as-needed",
|
||||||
semi: true,
|
semi: true,
|
||||||
|
|
Loading…
Reference in New Issue