我的vscode配置

{
    "editor.fontFamily": "'Inziu Iosevka Slab SC','Fira Code','anonymous pro'",
    "editor.fontSize": 15,

    "editor.insertSpaces": false,
    "editor.tabSize": 2,
    "files.trimTrailingWhitespace": true,
    "workbench.editor.enablePreview": false,
    "editor.autoIndent": false,
    "editor.quickSuggestions": {"other": true, "comments": true,"strings": true},
    "editor.quickSuggestionsDelay": 1,
    "git.ignoreMissingGitWarning": true,
    "window.menuBarVisibility": "toggle"
}

你可能感兴趣的:(DEFAULT)