1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-10-31 21:36:08 +01:00
cf-workers-status-page/.prettierrc

8 lines
106 B
Plaintext
Raw Permalink Normal View History

2020-11-08 13:56:02 +01:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}