2022-06-29 10:50:55 +02:00
|
|
|
{
|
2022-06-29 11:23:35 +02:00
|
|
|
"C_Cpp.clang_format_fallbackStyle": "Google",
|
|
|
|
"files.associations": {
|
|
|
|
"functional": "c",
|
2022-06-29 19:03:12 +02:00
|
|
|
"helper.h": "c",
|
|
|
|
"string": "c",
|
|
|
|
"vector": "c",
|
|
|
|
"memory": "c",
|
|
|
|
"optional": "c",
|
|
|
|
"string_view": "c",
|
|
|
|
"system_error": "c",
|
2022-06-29 20:54:41 +02:00
|
|
|
"variant": "c",
|
2022-06-29 21:29:15 +02:00
|
|
|
"array": "c",
|
|
|
|
"md2.h": "c",
|
2022-07-04 18:02:34 +02:00
|
|
|
"io.h": "c",
|
|
|
|
"md2_0.h": "c"
|
2022-06-29 11:23:35 +02:00
|
|
|
},
|
2022-06-29 21:29:15 +02:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"C_Cpp.default.includePath": [
|
|
|
|
"./lib",
|
|
|
|
"./Implementierung/lib",
|
|
|
|
"../lib"
|
|
|
|
]
|
|
|
|
}
|