河畔的风

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
右下setting, 搜索setting.json
 
{
    "editor.fontSize": 14,
    "editor.tabSize": 4,
    "editor.detectIndentation": true,
    "update.mode": "none",
    "editor.formatOnSave": true,
    "search.followSymlinks": false,
    "[javascript]": {
        "editor.defaultFormatter": "HookyQR.beautify"
    },
    "[html]": {
        "editor.defaultFormatter": "HookyQR.beautify"
    },
    "javascript.updateImportsOnFileMove.enabled": "always",
    "beautify.config": "",
    "beautify.language": {
        "html": [
            "htm",
            "html",
            "vue"
        ],
        "js": {
            "type": [
                "javascript",
                "json"
            ],
            "filename": [
                ".jshintrc",
                ".jsbeautify"
            ]
        },
        "css": [
            "css",
            "scss",
            "less"
        ]
    },
    "[vue]": {
        "editor.defaultFormatter": "HookyQR.beautify"
    },
    "beautify.ignore": "",
}
posted on 2020-10-29 10:52  河畔的风  阅读(111)  评论(0编辑  收藏  举报