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",
|
|
|
|
"helper.h": "c"
|
|
|
|
},
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"cmake.sourceDirectory": "${workspaceFolder}/Implementierung"
|
|
|
|
}
|