[VScode][C++] 我的setting.json

{    "[cpp]": {        "editor.formatOnType": true,        "editor.formatOnSave": true,        "editor.renderIndentGuides": true,        "editor.insertSpaces": true,        "editor.detectIndentation": true,        "editor.tabSize": 4    },    "clang.executable" : "C:\\Program Files\\LLVM\\bin\\clang.exe",    "clang.cxxflags": [        "-std=c++11",        "-IC:\\MinGW\\include",        "-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include",        "-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include\\c++",        "-I${workspaceRoot}\\include",        "-I${cwd}"    ],    "clang.cflags":[        "-std=c99",        "-IC:\\MinGW\\include",        "-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include",        "-I${workspaceRoot}\\include",        "-I${cwd}"    ],    "window.zoomLevel": 1,    "explorer.confirmDelete": false,    "editor.fontSize": 16,    "editor.fontWeight": "bold",        "files.autoSave": "afterDelay",    "files.encoding": "cp950",    "files.encoding": "shiftjis",    "files.encoding": "eucjp",    "files.encoding": "big5hkscs",    "files.encoding": "GB18030",    "files.encoding": "GBK",    "files.encoding": "utf8",    "files.encoding": "GB2312",    "files.encoding": "Big5"   }

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章