vscodesetting/settings_cpp.json

20 lines
535 B
JSON
Raw Permalink Normal View History

2020-05-18 15:56:58 +08:00
{
2020-06-22 17:11:53 +08:00
"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": {
2020-05-19 15:17:05 +08:00
"**/bazel-bin": true,
"**/bazel-out": true,
"**/bazel-testlogs": true,
"**/bazel-Primo": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
2020-06-22 17:11:53 +08:00
"**/.DS_Store": true
}
}