cop-web/.prettierrc

8 lines
108 B
Plaintext

{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none"
}