acdr/ruoyi-vue-pro/yudao-ui/yudao-ui-mall-uniapp/.prettierrc
2024-09-02 07:40:26 +08:00

11 lines
212 B
Plaintext

{
"printWidth": 100,
"semi": true,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "auto"
}