bakalarka/.vscode/settings.json

14 lines
316 B
JSON
Raw Normal View History

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
},
2020-03-27 15:58:02 +00:00
"C_Cpp.intelliSenseEngineFallback": "Enabled",
"files.associations": {
"file.h": "c"
}
2020-03-24 16:04:43 +00:00
}