worker-planet/.prettierrc

8 lines
106 B
Plaintext
Raw Permalink Normal View History

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