1 Star 0 Fork 0

xueyk-tutorials/learn-c-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
learn-c-cpp.code-workspace 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
无烬 提交于 2023-05-30 19:13 . init
{
"folders": [
{
"path": "."
},
{
"path": "./0-vscode开发环境配置/helloworld"
},
{
"path": "1-基础知识"
}
],
"settings": {
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.tabCompletion": "on",
"editor.detectIndentation": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.columnSelection": false,
//
"C_Cpp.autocompleteAddParentheses": true,
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": true,
"C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": true,
"C_Cpp.inlayHints.parameterNames.enabled": true,
"C_Cpp.inlayHints.referenceOperator.enabled": true,
"C_Cpp.inlayHints.referenceOperator.showSpace": true,
"C_Cpp.intelliSenseEngineFallback": "enabled",
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"C_Cpp.clang_format_sortIncludes": false,
"C_Cpp.formatting": "clangFormat",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
//
"files.associations": {
"iostream": "cpp",
"random": "cpp"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xueyk-tutorials/learn-c-cpp.git
[email protected]:xueyk-tutorials/learn-c-cpp.git
xueyk-tutorials
learn-c-cpp
learn-c-cpp
master

搜索帮助