{
"html.format.wrapLineLength": 0,
"editor.wordWrapColumn": 205,
"yaml.format.printWidth": 205,
"json.schemas": [],
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 205,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false,
},
"prettier": {
"semi": false,
"singleQuote": true,
"eslintIntegration": true,
"trailingComma": "none",
"printWidth": 205
}
},
"prettier.printWidth": 205
}