VSCode Tab 设为空格

// setting.json
{
    /* 默认 */
    "editor.detectIndentation": false, // 不自动检测缩进
    "editor.insertSpaces": true,
    "editor.tabSize": 4,
    /* 针对某种语言 */
    "[json]": {
        "editor.tabSize": 2
    },
}

ref: visual studio code - How can I customize the tab-to-space conversion factor?

posted @ 2022-05-25 10:58  Higurashi-kagome  阅读(195)  评论(0编辑  收藏  举报