9 lines
221 B
JSON
9 lines
221 B
JSON
{
|
|
"C_Cpp.clang_format_fallbackStyle": "Google",
|
|
"files.associations": {
|
|
"functional": "c",
|
|
"helper.h": "c"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"cmake.sourceDirectory": "${workspaceFolder}/Implementierung"
|
|
}
|