Files
zhxg_pc/.prettierrc
2026-03-19 15:30:21 +08:00

10 lines
215 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "always",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}