vscode格式化时属性不换行

vscode格式化时属性不换行_第1张图片

vscode格式化时属性不换行_第2张图片

"vetur.format.defaultFormatterOptions": {

    "js-beautify-html": {
        "wrap_line_length": 240,
        "wrap_attributes": "auto",
        "end_with_newline": false
    },
    "prettyhtml": {
        "printWidth": 100,
        "singleQuote": false,
        "wrapAttributes": false,
        "sortAttributes": false
    }
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",

你可能感兴趣的:(vscode)