dykj-uniapp-store/.prettierrc

11 lines
212 B
Plaintext
Raw Permalink Normal View History

2024-05-24 09:16:17 +08:00
{
"printWidth": 100,
"semi": true,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "auto"
}