我的vscode配置,vscode配置
分享于 点击 10364 次 点评:115
我的vscode配置,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"
}
相关文章
- 暂无相关文章
用户点评