Vue 标签不自动换行 且 保存自动整理

该写在什么地方你们自己知道(我看了其他博客都写的垃圾),字体小了自己调(我屏幕大)

没整理前
在这里插入图片描述
Ctrl + S 保存一下 自动整理

在这里插入图片描述

代码在这

{
    
    
    "backgroundCover.opacity": 1,
    "window.zoomLevel": -1,
    "vsicons.dontShowNewVersionMessage": true,
    "workbench.sideBar.location": "left",
    "emmet.includeLanguages": {
    
    
        "javascript": "javascriptreact"
    },
    "emmet.triggerExpansionOnTab": true,
    "editor.fontSize": 18,
    "workbench.iconTheme": "vscode-icons",
    "editor.multiCursorModifier": "alt",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "editor.renderControlCharacters": false,
    "git.autofetch": true,
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
    
    
    

        "js-beautify-html": {
    
    
            "wrap_line_length": 220,
            "wrap_attributes": "auto",
            "end_with_newline": false
        },
        "prettyhtml": {
    
    
            "printWidth": 100,
            "singleQuote": false,
            "wrapAttributes": false,
            "sortAttributes": false
        }
    },
    "workbench.colorTheme": "Default Dark+",
    "editor.largeFileOptimizations": false,
    "emmet.excludeLanguages": [

        "markdown"
    ],
    "editor.formatOnSave":true
}

猜你喜欢

转载自blog.csdn.net/qq_44977477/article/details/113863475