{
“cmake.configureOnOpen”: true,
“files.autoSave”: “afterDelay”,
“git.autofetch”: true,
“clang-format.fallbackStyle”: “Google”,
“clang-format.language.cpp.style”: “Google”,
“clang-format.language.c.style”: “Google”,
“[cpp]”: {
“editor.defaultFormatter”: “xaver.clang-format”,
{},
“editor.tokenColorCustomizations”: {
“comments”: “#67726c”, // 注释
“keywords”: “#416ed8”, // 关键字
“variables”: “#28d445”, // 变量名
“strings”: “#51db11b0”, // 字符串
“functions”: {
“foreground”: “#e4d82cc9”, // 函数名
“fontStyle”: “bold”
},
“numbers”: “#1fb8bd”, // 数字
},
// 选中高亮的颜色
"workbench.colorCustomizations": {
"editor.selectionBackground": "#243e66"
},
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"git.confirmSync": false,
"window.zoomLevel": 2
}