更新 'settings_cpp.json'

This commit is contained in:
colin 2020-06-22 17:11:53 +08:00
parent e7af1d1360
commit 653d4a4dcb
1 changed files with 11 additions and 14 deletions

View File

@ -1,23 +1,20 @@
{
"C_Cpp.clang_format_style": "google",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.updateChannel": "Insiders",
"C_Cpp.default.intelliSenseMode": "clang-x64",
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.intelliSenseEngineFallback": "Enabled",
"files.exclude": {
"C_Cpp.clang_format_style": "google",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.updateChannel": "Insiders",
"C_Cpp.default.intelliSenseMode": "clang-x64",
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.intelliSenseEngineFallback": "Enabled",
"files.exclude": {
"**/bazel-bin": true,
"**/bazel-out": true,
"**/bazel-testlogs": true,
"**/bazel-Primo": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
},
}
"**/.DS_Store": true
}
}