Capital/.prettierrc

6 lines
65 B
Plaintext
Raw Normal View History

2024-01-23 00:16:04 +08:00
{
"tabWidth": 2,
2024-02-24 14:16:57 +08:00
"singleQuote": false,
"printWidth": 120
2024-02-24 21:56:35 +08:00
}