Files
peiwan-uniapp/.prettierrc

11 lines
212 B
Plaintext
Raw Normal View History

2025-01-21 01:46:34 +08:00
{
"printWidth": 100,
"semi": true,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "auto"
}