2020-03-20 17:10:38 +00:00
|
|
|
{
|
2020-03-24 16:04:43 +00:00
|
|
|
"C_Cpp.clang_format_style": "Visual Studio",
|
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"[cpp]": {
|
|
|
|
"editor.quickSuggestions": true
|
|
|
|
},
|
|
|
|
"[c]": {
|
|
|
|
"editor.quickSuggestions": true
|
|
|
|
},
|
|
|
|
"C_Cpp.intelliSenseEngineFallback": "Enabled"
|
|
|
|
}
|