post-api-call/.prettierrc

6 lines
98 B
Plaintext
Raw Normal View History

2021-05-22 05:53:33 +08:00
{
"printWidth": 80,
"tabWidth": 4,
"singleQuote": true,
"parser": "typescript"
}