Files
granblue-party/node_modules/dom-to-image-more/.prettierrc
2026-04-13 07:15:44 +00:00

13 lines
254 B
Plaintext

{
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"quoteProps": "consistent",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"tabWidth": 4,
"printWidth": 90,
"proseWrap": "always"
}