bakalarka/.vscode/settings.json

24 lines
588 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": {
2020-03-29 02:08:36 +00:00
"file.h": "c",
"display.h": "c",
"terminal.h": "c",
"lvgl.h": "c",
"lvgl_driver.h": "c",
2020-03-30 11:21:12 +00:00
"lv_ex_conf.h": "c",
"sysmon.h": "c",
"lv_conf_template.h": "c",
"lv_conf.h": "c",
"esp_netif.h": "c",
"wifi.h": "c"
2020-03-27 15:58:02 +00:00
}
2020-03-24 16:04:43 +00:00
}