commit
5c2dff7c1a
3620
character/clan.js
3620
character/clan.js
File diff suppressed because it is too large
Load Diff
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue