video-flow-toon/web-core/.prettierrc.json
zyc 88ea709bbb
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m32s
Track web-core frontend source
2026-05-28 10:45:51 +08:00

9 lines
188 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"singleQuote": false,
"printWidth": 150,
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore"
}