Capital/.prettierrc

5 lines
64 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
}