@szfdiwang/cc-ui
Version:
A Component Library for Vue.js by sulivan.cc.
28 lines • 775 B
JSON
{
"editor.formatOnSave": true,
"vetur.format.defaultFormatter.html": "prettier",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 120,
"wrap_attributes": "aligned-multiple"
},
"prettyhtml": {
"printWidth": 120,
"wrapAttributes": false
},
"prettier": {
"trailingComma": "none",
"arrowParens": "avoid"
}
},
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"editor.wordWrapColumn": 120,
"prettier.trailingComma": "none",
"prettier.singleQuote": true,
"prettier.printWidth": 120,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}