gra-projekt/.vscode/settings.json

23 lines
448 B
JSON
Raw Normal View History

{
"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",
"io.h": "c"
},
2022-06-29 21:29:15 +02:00
"editor.formatOnSave": true,
"C_Cpp.default.includePath": [
"./lib",
"./Implementierung/lib",
"../lib"
]
}