cop-web/.prettierrc

8 lines
108 B
Plaintext
Raw Permalink Normal View History

2024-03-14 03:36:22 +00:00
{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
2024-11-12 06:32:03 +00:00
"semi": false,
"trailingComma": "none"
2024-03-14 03:36:22 +00:00
}