23 lines
No EOL
448 B
JSON
23 lines
No EOL
448 B
JSON
{
|
|
"C_Cpp.clang_format_fallbackStyle": "Google",
|
|
"files.associations": {
|
|
"functional": "c",
|
|
"helper.h": "c",
|
|
"string": "c",
|
|
"vector": "c",
|
|
"memory": "c",
|
|
"optional": "c",
|
|
"string_view": "c",
|
|
"system_error": "c",
|
|
"variant": "c",
|
|
"array": "c",
|
|
"md2.h": "c",
|
|
"io.h": "c"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"C_Cpp.default.includePath": [
|
|
"./lib",
|
|
"./Implementierung/lib",
|
|
"../lib"
|
|
]
|
|
} |