bakalarka/.vscode/settings.json

19 lines
451 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",
"lv_ex_conf.h": "c"
2020-03-27 15:58:02 +00:00
}
2020-03-24 16:04:43 +00:00
}