12 lines
308 B
JSON
12 lines
308 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
|
||
|
|