bakalarka/.vscode/settings.json
2020-03-31 18:12:53 +02:00

25 lines
612 B
JSON

{
"C_Cpp.clang_format_style": "Visual Studio",
"editor.formatOnSave": false,
"[cpp]": {
"editor.quickSuggestions": true
},
"[c]": {
"editor.quickSuggestions": true
},
"C_Cpp.intelliSenseEngineFallback": "Enabled",
"files.associations": {
"file.h": "c",
"display.h": "c",
"terminal.h": "c",
"lvgl.h": "c",
"lvgl_driver.h": "c",
"lv_ex_conf.h": "c",
"sysmon.h": "c",
"lv_conf_template.h": "c",
"lv_conf.h": "c",
"esp_netif.h": "c",
"wifi.h": "c",
"error.h": "c"
}
}