vite-plugin-earth/.prettierrc

7 lines
106 B
Plaintext
Raw Permalink Normal View History

2023-03-28 10:02:22 +08:00
{
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none"
}