Capital/.prettierrc
2024-12-17 22:12:19 +08:00

7 lines
86 B
Plaintext

{
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}