worker-planet/.prettierrc

8 lines
106 B
Plaintext

{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}