Files
zhxg_pc/.prettierrc

10 lines
215 B
Plaintext
Raw Permalink Normal View History

2026-03-19 15:30:21 +08:00
{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "always",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}