CatCat/admin/.prettierrc
2026-02-09 16:08:55 +08:00

10 lines
166 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100,
"endOfLine": "auto",
"vueIndentScriptAndStyle": true
}