vscode Prettier配置
vscode Prettier配置
.prettierrc.json 配置文件
{
"semi": false,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none",
"arrowParens": "avoid",
"vueIndentScriptAndStyle": true,
"endOfLine": "auto",
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict"
}
vscode 中配置