9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-27 10:49:16 +00:00
Files
cloudflare-error-page/editor/web/.prettierrc
2025-12-11 01:45:03 +08:00

10 lines
147 B
Plaintext

{
"endOfLine": "lf",
"printWidth": 120,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}