YZProjectCloud/yanzhu-ui-vue3/.prettierrc

12 lines
257 B
Plaintext

{
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"printWidth": 400,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}