1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-09-21 13:13:05 +02:00
cf-workers-status-page/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

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