Files
zhxg_pc/.prettierrc

10 lines
215 B
Plaintext
Raw Normal View History

2025-10-22 09:59:41 +08:00
{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "always",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}